[Olsr-cvs] olsrd-current/src plugin_loader.c,1.28,1.29

Bernd Petrovitsch (spam-protected)
Wed Aug 1 18:16:08 CEST 2007


Update of /cvsroot/olsrd/olsrd-current/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20387/src

Modified Files:
	plugin_loader.c 
Log Message:
* made locally only used functions "static"

Index: plugin_loader.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/plugin_loader.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** plugin_loader.c	26 Jul 2007 20:58:19 -0000	1.28
--- plugin_loader.c	1 Aug 2007 16:16:05 -0000	1.29
***************
*** 85,89 ****
   *@return negative on error
   */
! int olsr_load_dl(char *libname, struct plugin_param *params)
  {
      struct olsr_plugin *plugin = olsr_malloc(sizeof(struct olsr_plugin), "Plugin entry");
--- 85,89 ----
   *@return negative on error
   */
! static int olsr_load_dl(char *libname, struct plugin_param *params)
  {
      struct olsr_plugin *plugin = olsr_malloc(sizeof(struct olsr_plugin), "Plugin entry");
***************
*** 238,242 ****
   *@return -1 if there was an error
   */
! int init_olsr_plugin(struct olsr_plugin *entry)
  {
      int rv = 0;
--- 238,242 ----
   *@return -1 if there was an error
   */
! static int init_olsr_plugin(struct olsr_plugin *entry)
  {
      int rv = 0;





More information about the Olsr-cvs mailing list