summaryrefslogtreecommitdiffstats
path: root/msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'msg.h')
-rw-r--r--msg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/msg.h b/msg.h
index 842a9349..91e3df89 100644
--- a/msg.h
+++ b/msg.h
@@ -106,10 +106,10 @@ typedef struct msg msg_t; /* new name */
/* function prototypes
*/
-PROTOTYPEObjClassInit(Msg);
+PROTOTYPEObjClassInit(msg);
char* getProgramName(msg_t*);
-rsRetVal MsgConstruct(msg_t **ppThis);
-rsRetVal MsgDestruct(msg_t **ppM);
+rsRetVal msgConstruct(msg_t **ppThis);
+rsRetVal msgDestruct(msg_t **ppM);
msg_t* MsgDup(msg_t* pOld);
msg_t *MsgAddRef(msg_t *pM);
void setProtocolVersion(msg_t *pM, int iNewVersion);