From aebd480be7149d51c628fe50531a3bd359550a82 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 18 Sep 2007 13:05:05 +0000 Subject: split the function cvthname() for clarity. Also changed to using the rsRetVal status return system --- net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net.h') 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 */ -- cgit