diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-31 06:59:33 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-31 06:59:33 +0000 |
commit | 1531dbee973e0f70def6ef94e7022adc02ca463f (patch) | |
tree | db36610e08eb8f408412c442770bbb43c1c39187 /cfsysline.h | |
parent | a66a5977865c99fffd560ab314d11c7b4585192c (diff) | |
download | rsyslog-1531dbee973e0f70def6ef94e7022adc02ca463f.tar.gz rsyslog-1531dbee973e0f70def6ef94e7022adc02ca463f.tar.xz rsyslog-1531dbee973e0f70def6ef94e7022adc02ca463f.zip |
moved doGetGID() to cfsysline.c
Diffstat (limited to 'cfsysline.h')
-rw-r--r-- | cfsysline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cfsysline.h b/cfsysline.h index 78b2fec2..66d01bed 100644 --- a/cfsysline.h +++ b/cfsysline.h @@ -68,5 +68,6 @@ rsRetVal cslchCallHdlr(cslCmdHdlr_t *pThis, uchar **ppConfLine); /* the next ones go away later */ rsRetVal doBinaryOptionLine(uchar **pp, rsRetVal (*pSetHdlr)(void*, int), void *pVal); rsRetVal doGetUID(uchar **pp, rsRetVal (*pSetHdlr)(void*, uid_t), void *pVal); +rsRetVal doGetGID(uchar **pp, rsRetVal (*pSetHdlr)(void*, uid_t), void *pVal); #endif /* #ifndef CFSYSLINE_H_INCLUDED */ |