summaryrefslogtreecommitdiff
path: root/cesar/cl
diff options
context:
space:
mode:
authorlaranjeiro2010-04-09 13:04:15 +0000
committerlaranjeiro2010-04-09 13:04:15 +0000
commit0b191457cb2df0825636941f93508feea52558c0 (patch)
tree3d6cc80c343a4590c70f3546b9000aa982529f66 /cesar/cl
parent8e041b5cde8a529b78860399284940260b0b6158 (diff)
cesar/cl: add missing BEGIN_DECLS and END_DECLS
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6902 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cl')
-rw-r--r--cesar/cl/inc/cl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cesar/cl/inc/cl.h b/cesar/cl/inc/cl.h
index 9b0a0f50d9..f08744335c 100644
--- a/cesar/cl/inc/cl.h
+++ b/cesar/cl/inc/cl.h
@@ -18,6 +18,8 @@
#include "cl/cl_mactotei.h"
#include "cl/inc/context.h"
+BEGIN_DECLS
+
/**
* Init the MME module of the CL.
*
@@ -43,4 +45,6 @@ void cl_mactotei_switch_table (cl_t *cl, cl_mactotei_table_t *table);
*/
uint cl_mactotei_table_find_tei_from_mac (cl_t *cl, mac_t mac);
+END_DECLS
+
#endif /*CL_INC_CL_H_*/