Remove prototype of l64a() (not used in pwunconv).

This commit is contained in:
nekral-guest 2008-01-06 12:12:30 +00:00
parent 58176a821d
commit 8289eabc55
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-01-06 Nicolas François <nicolas.francois@centraliens.net>
* src/pwunconv.c: Remove prototype of l64a() (not used in
pwunconv).
2008-01-06 Nicolas François <nicolas.francois@centraliens.net>
* src/login_nopam.c: Use an ANSI prototype for resolve_hostname()

View File

@ -46,8 +46,6 @@
*/
static int shadow_locked = 0, passwd_locked = 0;
char *l64a ();
/* local function prototypes */
static void fail_exit (int);