(client_doit): add prototype

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7502 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-12-04 18:17:07 +00:00
parent bab3021fc1
commit 02aef44bc0

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 1997 Kungliga Tekniska H<>gskolan
* Copyright (c) 1997 - 1999 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -81,3 +81,5 @@
extern char *service;
int server_setup(krb5_context*, int, char**);
int client_setup(krb5_context*, int*, char**);
int client_doit (const char *hostname, int port, const char *service,
int (*func)(int, const char *hostname, const char *service));