]> granicus.if.org Git - cracklib/commitdiff
export prototype for FascistLook function v2.8.21
authorNathan Neulinger <nneul@neulinger.org>
Thu, 13 Dec 2012 17:03:02 +0000 (17:03 +0000)
committerNathan Neulinger <nneul@neulinger.org>
Thu, 13 Dec 2012 17:03:02 +0000 (17:03 +0000)
git-svn-id: file:///tmp/cracklib-svn/trunk@205 4175fe1e-86d5-4fdc-8e6a-506fab9d8533

cracklib/NEWS
cracklib/lib/packer.h

index ba38880235f94930e7403fc31b663ec9063c99bf..e0aaf4025ecc28ac2520829a567c89b8e26dd4aa 100644 (file)
@@ -1,4 +1,4 @@
-v2.8.21
+v2.8.21 export prototype for FascistLook (Nalin Dahyabhai)
 v2.8.20 include python/test_cracklib.py in release tarball (Jan Dittberner)
         rename python/_cracklibmodule.c to python/_cracklib.c to support Python 3.3 (Jan Dittberner)
                patch from Ivosh (iraisr) for uninitialized buffer issue with small dictionaries.
index 3527f3d1153aa6d38cc4f9513f1b53f84d32c75a..d1b9bb48974f7771ce707210ff135ced8869ec23 100644 (file)
@@ -94,5 +94,6 @@ extern int PMatch(char *control, char *string);
 extern char *Mangle(char *input, char *control);
 extern char Chop(char *string);
 extern char *Trim(char *string);
+extern char *FascistLook(PWDICT *pwp, char *instring);
 
 #endif