summaryrefslogtreecommitdiffstats
path: root/runtime/msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/msg.h')
-rw-r--r--runtime/msg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/msg.h b/runtime/msg.h
index 97bcc645..338139be 100644
--- a/runtime/msg.h
+++ b/runtime/msg.h
@@ -150,7 +150,6 @@ rsRetVal msgConstructWithTime(msg_t **ppThis, struct syslogTime *stTime, time_t
rsRetVal msgConstructForDeserializer(msg_t **ppThis);
rsRetVal msgConstructFinalizer(msg_t *pThis);
rsRetVal msgDestruct(msg_t **ppM);
-rsRetVal MsgSetProperty(msg_t *pThis, var_t *pProp);
msg_t* MsgDup(msg_t* pOld);
msg_t *MsgAddRef(msg_t *pM);
void setProtocolVersion(msg_t *pM, int iNewVersion);