diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-09-18 13:05:05 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-09-18 13:05:05 +0000 |
commit | aebd480be7149d51c628fe50531a3bd359550a82 (patch) | |
tree | 43878fcb2e890723d0d6ea1a2e54b65f24e588e5 /net.h | |
parent | e8bdad7f8b4da71657f504950adab65e352d864c (diff) | |
download | rsyslog-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |