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:
@@ -68,8 +68,13 @@
|
|||||||
#endif
|
#endif
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <roken.h>
|
#include <roken.h>
|
||||||
|
#include <getarg.h>
|
||||||
#include <krb5.h>
|
#include <krb5.h>
|
||||||
|
|
||||||
#define SERVICE "test"
|
#define SERVICE "test"
|
||||||
|
|
||||||
#define PORT "test"
|
#define PORT "test"
|
||||||
|
|
||||||
|
extern char *service;
|
||||||
|
int server_setup(krb5_context*, int, char**);
|
||||||
|
int client_setup(krb5_context*, int*, char**);
|
||||||
|
Reference in New Issue
Block a user