From 0b191457cb2df0825636941f93508feea52558c0 Mon Sep 17 00:00:00 2001 From: laranjeiro Date: Fri, 9 Apr 2010 13:04:15 +0000 Subject: cesar/cl: add missing BEGIN_DECLS and END_DECLS git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6902 017c9cb6-072f-447c-8318-d5b54f68fe89 --- cesar/cl/inc/cl.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cesar/cl') 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_*/ -- cgit v1.2.3