protos for common setup

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3306 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-31 16:54:30 +00:00
parent cf839760d3
commit ae1668593d

View File

@@ -68,8 +68,13 @@
#endif
#include <errno.h>
#include <roken.h>
#include <getarg.h>
#include <krb5.h>
#define SERVICE "test"
#define PORT "test"
extern char *service;
int server_setup(krb5_context*, int, char**);
int client_setup(krb5_context*, int*, char**);