summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@neulinger.org>2015-04-15 01:43:33 +0000
committerNathan Neulinger <nneul@neulinger.org>2015-04-15 01:43:33 +0000
commitfd79d1d87e22f53c745d6ef077e3018d24405137 (patch)
treeefbb91bca9c6d142cb1906c9f75548c51506f1cc
parent47e077fc551dbe68ead159109184ee76280c3b73 (diff)
downloadcracklib-fd79d1d87e22f53c745d6ef077e3018d24405137.tar.gz
Remove doubled prototype
git-svn-id: file:///tmp/cracklib-svn/trunk@240 4175fe1e-86d5-4fdc-8e6a-506fab9d8533
-rw-r--r--cracklib/lib/packer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cracklib/lib/packer.h b/cracklib/lib/packer.h
index da0c91e..fb831cb 100644
--- a/cracklib/lib/packer.h
+++ b/cracklib/lib/packer.h
@@ -100,6 +100,5 @@ extern char *FascistLookUser(PWDICT *pwp, char *instring, const char *user, cons
extern char *FascistGecos(char *password, int uid);
extern char *FascistGecosUser(char *password, const char *user, const char *gecos);
extern const char *FascistCheck(const char *password, const char *path);
-extern const char *FascistCheckUser(const char *password, const char *path, const char *user, const char *gecos);
#endif