summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-17 10:43:36 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-17 10:43:36 +0100
commit604d782f09f38734ca84d63cf1f09234c4dd94e3 (patch)
treed438182067dde67a2ca0f2a619fbe3e93a57fa8e /runtime
parent0957820a1076d7fcf182ba60c12e5946c193545f (diff)
downloadrsyslog-604d782f09f38734ca84d63cf1f09234c4dd94e3.tar.gz
rsyslog-604d782f09f38734ca84d63cf1f09234c4dd94e3.tar.xz
rsyslog-604d782f09f38734ca84d63cf1f09234c4dd94e3.zip
minor: moved all code to new isAllowedSender2() interface
Diffstat (limited to 'runtime')
-rw-r--r--runtime/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/net.h b/runtime/net.h
index 2add3557..101ce79d 100644
--- a/runtime/net.h
+++ b/runtime/net.h
@@ -139,7 +139,7 @@ BEGINinterface(net) /* name must also be changed in ENDinterface macro! */
void (*debugListenInfo)(int fd, char *type);
int *(*create_udp_socket)(uchar *hostname, uchar *LogPort, int bIsServer);
void (*closeUDPListenSockets)(int *finet);
- int __attribute__((deprecated)) (*isAllowedSender)(uchar *pszType, struct sockaddr *pFrom, const char *pszFromHost);
+ int (*isAllowedSender)(uchar *pszType, struct sockaddr *pFrom, const char *pszFromHost); /* deprecated! */
rsRetVal (*getLocalHostname)(uchar**);
int (*should_use_so_bsdcompat)(void);
/* permitted peer handling should be replaced by something better (see comments above) */