make proto should not catch any function of the lib/popt/*.c stuff
authorStefan Metzmacher <metze@samba.org>
Tue, 24 Feb 2004 06:53:53 +0000 (06:53 +0000)
committerStefan Metzmacher <metze@samba.org>
Tue, 24 Feb 2004 06:53:53 +0000 (06:53 +0000)
metze

source/lib/popt/popt.c

index 2aa80a7b7c649193fea56d8124be71daa4648207..a607f19f2ff5e7bb40d3bb99f207d32c3ad92074 100644 (file)
@@ -99,7 +99,7 @@ static void cleanOSE(struct optionStackEntry *os)
     }
 }
 
-void poptResetContext(poptContext con)
+ void poptResetContext(poptContext con)
 {
     int i;
 
@@ -400,7 +400,7 @@ static void poptStripArg(poptContext con, int which)
 }
 
 /* returns 'val' element, -1 on last item, POPT_ERROR_* on error */
-int poptGetNextOpt(poptContext con)
+ int poptGetNextOpt(poptContext con)
 {
     const struct poptOption * opt = NULL;
     int done = 0;