[Olsr-dev] [PATCH v1 065/115] info: remove some comments

Ferry Huberts (spam-protected)
Wed Dec 2 21:28:38 CET 2015


From: Ferry Huberts <(spam-protected)>

Signed-off-by: Ferry Huberts <(spam-protected)>
---
 lib/info/olsrd_info.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/lib/info/olsrd_info.c b/lib/info/olsrd_info.c
index 46f9edc..7154fcd 100644
--- a/lib/info/olsrd_info.c
+++ b/lib/info/olsrd_info.c
@@ -410,12 +410,6 @@ static int plugin_ipc_init(void) {
   return 1;
 }
 
-/**
- *Do initialization here
- *
- *This function is called by the my_init
- *function in uolsrd_plugin.c
- */
 int info_plugin_init(const char * plugin_name, info_plugin_functions_t *plugin_functions, info_plugin_config_t *plugin_config) {
   assert(plugin_name);
   assert(plugin_functions);
@@ -436,9 +430,6 @@ int info_plugin_init(const char * plugin_name, info_plugin_functions_t *plugin_f
   return 1;
 }
 
-/**
- * destructor - called at unload
- */
 void info_plugin_exit(void) {
   if (ipc_socket != -1) {
     close(ipc_socket);
-- 
2.5.0




More information about the Olsr-dev mailing list