From 85ebaac05fe59d041aedb7936a0d1f51aa9a56bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 9 Sep 2003 03:38:51 +0000 Subject: [PATCH] add mech git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12797 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/test/test_locl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/appl/test/test_locl.h b/appl/test/test_locl.h index 2237ee8a6..15b9a2dcb 100644 --- a/appl/test/test_locl.h +++ b/appl/test/test_locl.h @@ -79,6 +79,7 @@ #define PORT "test" extern char *service; +extern char *mech; extern krb5_keytab keytab; extern int fork_flag; int server_setup(krb5_context*, int, char**);