]> granicus.if.org Git - shadow/commitdiff
Remove prototype of l64a() (not used in pwunconv).
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 6 Jan 2008 12:12:30 +0000 (12:12 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 6 Jan 2008 12:12:30 +0000 (12:12 +0000)
ChangeLog
src/pwunconv.c

index 9f0740b434ede8f528deb434a75064c2b8c058bd..3acc0e6db7e209eadeaa2197411ca2f3b946a859 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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()
index 6c369fb04d7022691a2fd13f6c0bc044786367f8..d12b4b077cb979897f75e6e53e5626eb1bf535bc 100644 (file)
@@ -46,8 +46,6 @@
  */
 static int shadow_locked = 0, passwd_locked = 0;
 
-char *l64a ();
-
 /* local function prototypes */
 static void fail_exit (int);