mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
Protoize CMDTABLE.func()
This commit is contained in:
parent
555e23dd43
commit
ca91e9f189
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
typedef struct {
|
||||
char *cmd;
|
||||
int (*func)();
|
||||
int (*func) (char **, int);
|
||||
char *help_msg;
|
||||
} CMDTABLE;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue