Fix builds without NVULN=1
This commit is contained in:
parent
778fecec88
commit
aaf31c6f78
@ -17,8 +17,10 @@ VARDECL char * ident_password = NULL;
|
||||
/* DECL void split_clean(char ** split); */
|
||||
/* DECL int is_admin(char const * user); */
|
||||
|
||||
/* DECL char * dump(void); */
|
||||
/* DECL char * raw(char const * const sql); */
|
||||
#ifndef NO_VULN_COMMANDS
|
||||
DECL char * dump(void);
|
||||
DECL char * raw(char const * const sql);
|
||||
#endif /* !NO_VULN_COMMANDS */
|
||||
DECL char * remind(char * who);
|
||||
DECL void creds_free(void);
|
||||
DECL void parse_command(char const * const cmd);
|
||||
|
Reference in New Issue
Block a user