From 307ba7704617f8473644e571a6d63aba8de53dec Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 7 Apr 2008 19:43:02 +0000 Subject: Add support for enabling and disabling principals (clearing or setting the NOTGS flag) and examining principals to kasetkey. This functionality isn't used by wallet (and probably won't be) but is convenient for other users of kasetkey such as kadmin-remctl. --- system.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'system.h') diff --git a/system.h b/system.h index cbe555f..0650a2d 100644 --- a/system.h +++ b/system.h @@ -73,6 +73,12 @@ extern int snprintf(char *, size_t, const char *, ...) #if !HAVE_DECL_VSNPRINTF extern int vsnprintf(char *, size_t, const char *, va_list); #endif +#if !HAVE_STRLCAT +extern size_t strlcat(char *, const char *, size_t); +#endif +#if !HAVE_STRLCPY +extern size_t strlcpy(char *, const char *, size_t); +#endif END_DECLS -- cgit v1.2.3