24 #ifndef SEAP_MESSAGE_H 25 #define SEAP_MESSAGE_H 29 #include <sexp-types.h> 35 #if SEAP_MSGID_BITS == 64 36 typedef uint64_t SEAP_msgid_t;
38 typedef uint32_t SEAP_msgid_t;
56 int SEAP_msgattr_del (
SEAP_msg_t *msg,
const char *name);
57 bool SEAP_msgattr_exists (
SEAP_msg_t *msg,
const char *name);
60 void SEAP_msg_print (FILE *fp,
SEAP_msg_t *msg);
Definition: _seap-message.h:34
Definition: sexp-types.h:82
Definition: _seap-message.h:39