From 9a77a6adab3957ccdc348f54e2fe6f8fe1abe8b0 Mon Sep 17 00:00:00 2001 From: laforge Date: Sat, 26 May 2001 23:19:28 +0000 Subject: added a few syntactic corrections --- include/ulogd/conffile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/ulogd/conffile.h') diff --git a/include/ulogd/conffile.h b/include/ulogd/conffile.h index ba16c35..b007004 100644 --- a/include/ulogd/conffile.h +++ b/include/ulogd/conffile.h @@ -2,7 +2,7 @@ * * (C) 2000 by Harald Welte * - * $Id: conffile.h,v 1.5 2000/09/12 14:29:37 laforge Exp $ + * $Id: conffile.h,v 1.1 2000/11/20 11:43:22 laforge Exp $ * * This code is distributed under the terms of GNU GPL */ @@ -54,7 +54,7 @@ typedef struct config_entry { } config_entry_t; /* if an error occurs, config_errce is set to the erroneous ce */ -config_entry_t *config_errce; +extern config_entry_t *config_errce; /* tell us the name of the config file */ int config_register_file(const char *file); -- cgit v1.2.3