summaryrefslogtreecommitdiffstats
path: root/net.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-09-18 13:05:05 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-09-18 13:05:05 +0000
commitaebd480be7149d51c628fe50531a3bd359550a82 (patch)
tree43878fcb2e890723d0d6ea1a2e54b65f24e588e5 /net.h
parente8bdad7f8b4da71657f504950adab65e352d864c (diff)
downloadrsyslog-aebd480be7149d51c628fe50531a3bd359550a82.tar.gz
rsyslog-aebd480be7149d51c628fe50531a3bd359550a82.tar.xz
rsyslog-aebd480be7149d51c628fe50531a3bd359550a82.zip
split the function cvthname() for clarity. Also changed to using the
rsRetVal status return system
Diffstat (limited to 'net.h')
-rw-r--r--net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.h b/net.h
index 5f6705d7..1164e33f 100644
--- a/net.h
+++ b/net.h
@@ -69,7 +69,7 @@ static inline size_t SALEN(struct sockaddr *sa) {
}
#endif
-int cvthname(struct sockaddr_storage *f, uchar *pszHost, uchar *pszHostFQDN);
+rsRetVal cvthname(struct sockaddr_storage *f, uchar *pszHost, uchar *pszHostFQDN);
#endif /* #ifdef SYSLOG_INET */
#endif /* #ifndef INCLUDED_NET_H */