add prototype for password_quality

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13477 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-03-07 23:09:15 +00:00
parent f955d60539
commit 9023be3478

View File

@@ -118,6 +118,7 @@ DECL(init);
DECL(dump);
DECL(load);
DECL(merge);
DECL(password_quality);
#undef ALLOC
#define ALLOC(X) ((X) = malloc(sizeof(*(X))))