Version the functions in libsudo_util

This commit is contained in:
Todd C. Miller
2014-07-22 11:26:17 -06:00
parent 127ba1354b
commit 844a285391
29 changed files with 346 additions and 268 deletions

View File

@@ -112,7 +112,7 @@ sudoers_setlocale(int newlocale, int *prevlocale)
#ifdef HAVE_LIBINTL_H
char *
sudo_warn_gettext(const char *msgid)
sudo_warn_gettext_v1(const char *msgid)
{
int warning_locale;
char *msg;
@@ -126,7 +126,7 @@ sudo_warn_gettext(const char *msgid)
#endif /* HAVE_LIBINTL_H */
char *
sudo_warn_strerror(int errnum)
sudo_warn_strerror_v1(int errnum)
{
int warning_locale;
char *errmsg;