Add strlc{at,py} protos
This commit is contained in:
6
sudo.h
6
sudo.h
@@ -196,6 +196,12 @@ int vasprintf __P((char **, const char *, va_list));
|
|||||||
#ifndef HAVE_STRCASECMP
|
#ifndef HAVE_STRCASECMP
|
||||||
int strcasecmp __P((const char *, const char *));
|
int strcasecmp __P((const char *, const char *));
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef HAVE_STRLCAT
|
||||||
|
size_t strlcat __P((char *, const char *, size_t));
|
||||||
|
#endif
|
||||||
|
#ifndef HAVE_STRLCPY
|
||||||
|
size_t strlcpy __P((char *, const char *, size_t));
|
||||||
|
#endif
|
||||||
char *sudo_goodpath __P((const char *));
|
char *sudo_goodpath __P((const char *));
|
||||||
char *tgetpass __P((const char *, int, int));
|
char *tgetpass __P((const char *, int, int));
|
||||||
int find_path __P((char *, char **, char *));
|
int find_path __P((char *, char **, char *));
|
||||||
|
Reference in New Issue
Block a user