summaryrefslogtreecommitdiff
path: root/cesar/cl
diff options
context:
space:
mode:
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_*/