From 13cf73a605c5551be785ccb11efca39c19b49c28 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 14 Feb 2000 02:52:55 +0000 Subject: [PATCH] (fork_flag): add git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7947 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/test/test_locl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appl/test/test_locl.h b/appl/test/test_locl.h index 7d021f302..552605fc3 100644 --- a/appl/test/test_locl.h +++ b/appl/test/test_locl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997 - 1999 Kungliga Tekniska Högskolan + * Copyright (c) 1997 - 2000 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * @@ -79,6 +79,7 @@ #define PORT "test" extern char *service; +extern int fork_flag; 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, -- 2.11.4.GIT