killed one last remnant of the radutmp cache here in rlm_unix
authorpacman <pacman>
Thu, 19 Oct 2000 04:17:53 +0000 (04:17 +0000)
committerpacman <pacman>
Thu, 19 Oct 2000 04:17:53 +0000 (04:17 +0000)
src/modules/rlm_unix/cache.c

index 916595b..91c61cb 100644 (file)
@@ -48,7 +48,6 @@ static const char rcsid[] = "$Id$";
 /*
  *  Static prototypes
  */
-static void chgLoggedin(char *user, int diff);
 static struct mypasswd *findHashUser(struct pwcache *cache, const char *user);
 static int storeHashUser(struct pwcache *cache, struct mypasswd *new, int idx);
 static int hashUserName(const char *s);