From 02aef44bc0bbddbc85ebb3567a5cd543c00310e2 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 4 Dec 1999 18:17:07 +0000 Subject: [PATCH] (client_doit): add prototype git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7502 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/test/test_locl.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appl/test/test_locl.h b/appl/test/test_locl.h index 794f3b5ec..7d021f302 100644 --- a/appl/test/test_locl.h +++ b/appl/test/test_locl.h @@ -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));