From ae1668593d3ee3ee87eaf9ae1cdc2e49b0ad295f Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sun, 31 Aug 1997 16:54:30 +0000 Subject: [PATCH] protos for common setup git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3306 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/test/test_locl.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appl/test/test_locl.h b/appl/test/test_locl.h index afb650474..4faae270e 100644 --- a/appl/test/test_locl.h +++ b/appl/test/test_locl.h @@ -68,8 +68,13 @@ #endif #include #include +#include #include #define SERVICE "test" #define PORT "test" + +extern char *service; +int server_setup(krb5_context*, int, char**); +int client_setup(krb5_context*, int*, char**);