2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Move prototypes for functions provided by libcommon that don't have

their own header files into sudo_util.h.
This commit is contained in:
Todd C. Miller
2013-12-12 18:29:07 -07:00
parent ef2cff1d33
commit 3e2d818ed9
24 changed files with 346 additions and 284 deletions

View File

@@ -479,6 +479,5 @@ long long rpl_strtonum(const char *, long long, long long, const char **);
# undef strtonum
# define strtonum rpl_strtonum
#endif
void initprogname(const char *);
#endif /* _SUDO_MISSING_H */