From 2622eaeca67edd0ff23ff34fc65b8db1f1d2fe83 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 24 Feb 2004 06:53:53 +0000 Subject: make proto should not catch any function of the lib/popt/*.c stuff metze (This used to be commit ec96914c66573ae54f4fa0a706001f5b91c61075) --- source4/lib/popt/popt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4') diff --git a/source4/lib/popt/popt.c b/source4/lib/popt/popt.c index 2aa80a7b7c..a607f19f2f 100644 --- a/source4/lib/popt/popt.c +++ b/source4/lib/popt/popt.c @@ -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; -- cgit