summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorlaforge <laforge>2001-05-26 23:19:28 +0000
committerlaforge <laforge>2001-05-26 23:19:28 +0000
commit9a77a6adab3957ccdc348f54e2fe6f8fe1abe8b0 (patch)
treec238171508c083e39678eb74e7d7dda0f3db0f17 /include
parent77350fc47e6180163f16f2c288ac35c2517ca9af (diff)
added a few syntactic corrections
Diffstat (limited to 'include')
-rw-r--r--include/ulogd/conffile.h4
-rw-r--r--include/ulogd/ulogd.h6
2 files changed, 5 insertions, 5 deletions
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 <laforge@gnumonks.org>
*
- * $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);
diff --git a/include/ulogd/ulogd.h b/include/ulogd/ulogd.h
index 9eb0052..36e6a8c 100644
--- a/include/ulogd/ulogd.h
+++ b/include/ulogd/ulogd.h
@@ -1,6 +1,6 @@
#ifndef _ULOGD_H
#define _ULOGD_H
-/* ulogd, Version $Revision: 1.11 $
+/* ulogd, Version $Revision: 1.12 $
*
* userspace logging daemon for netfilter ULOG target
* of the linux 2.4 netfilter subsystem.
@@ -9,7 +9,7 @@
*
* this code is released under the terms of GNU GPL
*
- * $Id: ulogd.h,v 1.11 2001/02/04 10:15:19 laforge Exp $
+ * $Id: ulogd.h,v 1.12 2001/02/04 13:07:22 laforge Exp $
*/
#include <libipulog/libipulog.h>
@@ -148,7 +148,7 @@ unsigned int keyh_getid(const char *name);
ulog_iret_t *keyh_getres(unsigned int id);
/* the key hash itself */
-struct ulogd_keyh_entry *ulogd_keyh;
+extern struct ulogd_keyh_entry *ulogd_keyh;
#define IS_VALID(x) (x.flags & ULOGD_RETF_VALID)