aboutsummaryrefslogtreecommitdiffstats
path: root/apps/progs.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/progs.h')
-rw-r--r--apps/progs.h2
1 files changed, 1 insertions, 1 deletions
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[] = {