summaryrefslogtreecommitdiffstats
path: root/syslogd.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-26 17:09:46 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-26 17:09:46 +0000
commit3eff8e5404a3792acbd4ad00f5c4675a940a0eeb (patch)
treebec7e1a8437857d323c95d0484bf8f50ff076318 /syslogd.h
parent94a4673a148b3ef678849f240a16ee3b006d4ae9 (diff)
downloadrsyslog-3eff8e5404a3792acbd4ad00f5c4675a940a0eeb.tar.gz
rsyslog-3eff8e5404a3792acbd4ad00f5c4675a940a0eeb.tar.xz
rsyslog-3eff8e5404a3792acbd4ad00f5c4675a940a0eeb.zip
removed imudp code dependency on "finet"
Diffstat (limited to 'syslogd.h')
-rw-r--r--syslogd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/syslogd.h b/syslogd.h
index df3629c7..80fd8243 100644
--- a/syslogd.h
+++ b/syslogd.h
@@ -77,7 +77,7 @@ extern int glblHadMemShortage; /* indicates if we had memory shortage some time
extern char LocalHostName[];
extern int family;
extern int NoHops;
-extern int *finet;
+extern char *LogPort; /* port number for INET connections */
extern int send_to_all;
extern int option_DisallowWarning;
extern int Debug;