From 8289eabc55368de951b48827fe97b25c32680551 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sun, 6 Jan 2008 12:12:30 +0000 Subject: [PATCH] Remove prototype of l64a() (not used in pwunconv). --- ChangeLog | 5 +++++ src/pwunconv.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9f0740b4..3acc0e6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-06 Nicolas François + + * src/pwunconv.c: Remove prototype of l64a() (not used in + pwunconv). + 2008-01-06 Nicolas François * src/login_nopam.c: Use an ANSI prototype for resolve_hostname() diff --git a/src/pwunconv.c b/src/pwunconv.c index 6c369fb0..d12b4b07 100644 --- a/src/pwunconv.c +++ b/src/pwunconv.c @@ -46,8 +46,6 @@ */ static int shadow_locked = 0, passwd_locked = 0; -char *l64a (); - /* local function prototypes */ static void fail_exit (int);