summaryrefslogtreecommitdiffstats
path: root/obj.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-10 13:23:53 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-10 13:23:53 +0000
commit46d0a95fc1680bdef960260fba98d06ba7336d0d (patch)
treee9e93c65fb8547280e19e158d8f1e18f246712ed /obj.c
parent4c1002deed0236488e7c4d2e1e6e2f44d57cd698 (diff)
downloadrsyslog-46d0a95fc1680bdef960260fba98d06ba7336d0d.tar.gz
rsyslog-46d0a95fc1680bdef960260fba98d06ba7336d0d.tar.xz
rsyslog-46d0a95fc1680bdef960260fba98d06ba7336d0d.zip
changed some config parameters and some cleanup
Diffstat (limited to 'obj.c')
-rw-r--r--obj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/obj.c b/obj.c
index c68f2c24..938e1ead 100644
--- a/obj.c
+++ b/obj.c
@@ -265,7 +265,7 @@ finalize_it:
/* end serialization of an object. The caller receives a
* standard C string, which he must free when no longer needed.
*/
-rsRetVal objEndSerialize(strm_t *pStrm, obj_t *pObj)
+rsRetVal objEndSerialize(strm_t *pStrm)
{
DEFiRet;