From 4807e288dbd68d495531d7c1dc71e624a357513b Mon Sep 17 00:00:00 2001 From: laranjeiro Date: Fri, 9 Apr 2010 13:04:18 +0000 Subject: cesar/cl: remove empty lines and useless function declaration git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6903 017c9cb6-072f-447c-8318-d5b54f68fe89 --- cesar/cl/inc/cl.h | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/cesar/cl/inc/cl.h b/cesar/cl/inc/cl.h index f08744335c..2a8283a921 100644 --- a/cesar/cl/inc/cl.h +++ b/cesar/cl/inc/cl.h @@ -22,28 +22,20 @@ BEGIN_DECLS /** * Init the MME module of the CL. - * * \param ctx the MME context. */ -void cl_mme_init (cl_mme_t *ctx); - -/** - * Switch the old mactotei table with the new one. - * - * \param cl the convergence layer context - * \param table the table to switch - */ -void cl_mactotei_switch_table (cl_t *cl, cl_mactotei_table_t *table); +void +cl_mme_init (cl_mme_t *ctx); /** * Find a mac address in the table using a dichotomy search - * * \param cl the convergence layer context. * \param mac the mac address to find * \return the TEI corresponding to the mac address if known otherwise it * returns 0xff a broadcast TEI (see HPAV section 5.3.1.2) */ -uint cl_mactotei_table_find_tei_from_mac (cl_t *cl, mac_t mac); +uint +cl_mactotei_table_find_tei_from_mac (cl_t *cl, mac_t mac); END_DECLS -- cgit v1.2.3