[pisa-src] r1695 - in trunk/pairing: accept.c libconfig_wrapper.c management.h

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 18 Nov 2009 15:21:38 +0100

Author: biurrun
Date: Wed Nov 18 15:21:38 2009
New Revision: 1695

Log:
Remove unused extern declarations.

Modified:
   trunk/pairing/accept.c
   trunk/pairing/libconfig_wrapper.c
   trunk/pairing/management.h

Modified: trunk/pairing/accept.c
==============================================================================
--- trunk/pairing/accept.c      Mon Nov 16 19:32:20 2009        (r1694)
+++ trunk/pairing/accept.c      Wed Nov 18 15:21:38 2009        (r1695)
@@ -16,8 +16,6 @@
 #include "libpisa/hitlist.h"
 #include "accept.h"
 
-extern config_t authorized_cfg;
-
 struct global_accept_variables global_accept = {0};
 
 /** Main program that will be run on the relay.

Modified: trunk/pairing/libconfig_wrapper.c
==============================================================================
--- trunk/pairing/libconfig_wrapper.c   Mon Nov 16 19:32:20 2009        (r1694)
+++ trunk/pairing/libconfig_wrapper.c   Wed Nov 18 15:21:38 2009        (r1695)
@@ -18,7 +18,6 @@
 #include "common.h"
 
 extern config_t authorized_cfg;
-extern char *authorized_cfg_file;
 
 /** @todo Add a function which periodically scans files containing expiration 
dates and removes expired entries **/
 

Modified: trunk/pairing/management.h
==============================================================================
--- trunk/pairing/management.h  Mon Nov 16 19:32:20 2009        (r1694)
+++ trunk/pairing/management.h  Wed Nov 18 15:21:38 2009        (r1695)
@@ -45,8 +45,6 @@
 
 #define OPTION_STRING "h:e:rl:u:a:f:c:s:p:"
 
-extern config_t authorized_cfg;
-
 enum mode 
{ADD_OR_EDIT,ADD_OR_EDIT_ONLY_HIT,REMOVE,REMOVE_ONLY_HIT,LIST_SINGLE,LIST_SINGLE_ONLY_HIT,LIST_ALL};
 enum list_mode {NORMAL,SHORT};
 

Other related posts:

  • » [pisa-src] r1695 - in trunk/pairing: accept.c libconfig_wrapper.c management.h - Diego Biurrun