summaryrefslogtreecommitdiffstats
path: root/msg.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-17 12:45:10 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-17 12:45:10 +0000
commited0363210c34002e5cfbab553506573f5b8a13a5 (patch)
tree518ce37551ddb1803b3f8d0ced8599b8b04cb984 /msg.h
parent6b8b242250123d6c3105b48cde831ef749c88647 (diff)
downloadrsyslog-ed0363210c34002e5cfbab553506573f5b8a13a5.tar.gz
rsyslog-ed0363210c34002e5cfbab553506573f5b8a13a5.tar.xz
rsyslog-ed0363210c34002e5cfbab553506573f5b8a13a5.zip
worked on threading
Diffstat (limited to 'msg.h')
-rw-r--r--msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/msg.h b/msg.h
index bd8d4f89..842a9349 100644
--- a/msg.h
+++ b/msg.h
@@ -109,7 +109,7 @@ typedef struct msg msg_t; /* new name */
PROTOTYPEObjClassInit(Msg);
char* getProgramName(msg_t*);
rsRetVal MsgConstruct(msg_t **ppThis);
-rsRetVal MsgDestruct(msg_t * pM);
+rsRetVal MsgDestruct(msg_t **ppM);
msg_t* MsgDup(msg_t* pOld);
msg_t *MsgAddRef(msg_t *pM);
void setProtocolVersion(msg_t *pM, int iNewVersion);