Update proto for evasprintf and easprintf
This commit is contained in:
4
sudo.h
4
sudo.h
@@ -208,8 +208,8 @@ void pass_warn __P((FILE *));
|
||||
VOID *emalloc __P((size_t));
|
||||
VOID *erealloc __P((VOID *, size_t));
|
||||
char *estrdup __P((const char *));
|
||||
void easprintf __P((char **, const char *, ...));
|
||||
void evasprintf __P((char **, const char *, va_list));
|
||||
int easprintf __P((char **, const char *, ...));
|
||||
int evasprintf __P((char **, const char *, va_list));
|
||||
void dump_defaults __P((void));
|
||||
void dump_auth_methods __P((void));
|
||||
int lock_file __P((int, int));
|
||||
|
Reference in New Issue
Block a user