summaryrefslogtreecommitdiffstats
path: root/msg.h
diff options
context:
space:
mode:
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);