24 #ifndef _SEAP_MESSAGE_H 25 #define _SEAP_MESSAGE_H 28 #include "public/sexp-types.h" 29 #include "../../../common/util.h" 31 #if SEAP_MSGID_BITS == 64 32 typedef uint64_t SEAP_msgid_t;
34 typedef uint32_t SEAP_msgid_t;
64 bool SEAP_msgattr_exists(
SEAP_msg_t *msg,
const char *name);
Definition: _seap-message.h:37
Definition: sexp-types.h:82
Definition: _seap-message.h:44