summaryrefslogtreecommitdiffstats
path: root/omfwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'omfwd.c')
-rw-r--r--omfwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omfwd.c b/omfwd.c
index a284429d..7c68dbf2 100644
--- a/omfwd.c
+++ b/omfwd.c
@@ -96,7 +96,7 @@ typedef struct _instanceData {
* We may change the implementation to try to lookup the port
* if it is unspecified. So far, we use the IANA default auf 514.
*/
-char *getFwdSyslogPt(instanceData *pData)
+static char *getFwdSyslogPt(instanceData *pData)
{
assert(pData != NULL);
if(pData->port == NULL)