You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2013/02/15 21:20:41 UTC

svn commit: r1446755 - /qpid/proton/trunk/proton-c/include/proton/message.h

Author: rhs
Date: Fri Feb 15 20:20:40 2013
New Revision: 1446755

URL: http://svn.apache.org/r1446755
Log:
PROTON-166: fixed declaration of pn_message

Modified:
    qpid/proton/trunk/proton-c/include/proton/message.h

Modified: qpid/proton/trunk/proton-c/include/proton/message.h
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/include/proton/message.h?rev=1446755&r1=1446754&r2=1446755&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/include/proton/message.h (original)
+++ qpid/proton/trunk/proton-c/include/proton/message.h Fri Feb 15 20:20:40 2013
@@ -45,7 +45,7 @@ typedef enum {
 
 #define PN_DEFAULT_PRIORITY (4)
 
-PN_EXTERN pn_message_t * pn_message();
+PN_EXTERN pn_message_t * pn_message(void);
 PN_EXTERN void           pn_message_free(pn_message_t *msg);
 
 PN_EXTERN void           pn_message_clear(pn_message_t *msg);



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org