Add missing prototype for check_length().

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21901 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-08-10 06:05:35 +00:00
parent 8f13d27d42
commit 15653633c7

View File

@@ -36,6 +36,8 @@
#include <stdlib.h> #include <stdlib.h>
#include <krb5.h> #include <krb5.h>
const char* check_length(krb5_context, krb5_principal, krb5_data *);
/* specify the api-version this library conforms to */ /* specify the api-version this library conforms to */
int version = 0; int version = 0;