Tizen 2.0 Release
[framework/system/oma-dm-agent.git] / include / dm-engine / dl-manager / na_fw_dl_binder.h
1 /*
2  * oma-dm-agent
3  * Copyright (c) 2012 Samsung Electronics Co., Ltd.
4  *
5  * Licensed under the Apache License, Version 2.0 (the License);
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  *     http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  */
17
18 #ifndef NA_FW_DL_BINDER_H_
19 #define NA_FW_DL_BINDER_H_
20
21 /*lib*/
22 #include <glib.h>
23
24 /*sync-agent*/
25 #include <sync_agent.h>
26
27 /**
28  * @par Description: API to add http header element
29  *
30  *
31  * @par Purpose:
32  * @par Typical use case:
33  * @par par Method of function operation:
34  * @par Important notes:
35  * @param[out]  header element
36  * @param[in]   header element key
37  * @param[in]   header element value
38  *
39  * @return
40  *
41  * @par Errors:
42  *
43  * @pre None.
44  * @post
45  * @see
46  * @remarks None.
47  *
48  * @par Sample Code:
49  * @code
50  * @endcode
51  */
52 void add_header_info(GList ** header_info_list, char *key, char *value);
53
54 #endif                          /* NA_FW_DL_BINDER_H_ */