From 41a15c4f0f2535591ba9f258cf76119f86477c43 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Thu, 31 Mar 2005 09:26:39 +0000 Subject: Give everything prototypes (well, everything that's actually used). --- apps/progs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/progs.h') diff --git a/apps/progs.h b/apps/progs.h index 131a721a39..d3ddf8286b 100644 --- a/apps/progs.h +++ b/apps/progs.h @@ -49,7 +49,7 @@ extern int ocsp_main(int argc,char *argv[]); typedef struct { int type; char *name; - int (*func)(); + int (*func)(int argc,char *argv[]); } FUNCTION; FUNCTION functions[] = { -- cgit v1.2.3