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
32typedef uint64_t SEAP_msgid_t;
34typedef uint32_t SEAP_msgid_t;
64bool SEAP_msgattr_exists(
SEAP_msg_t *msg,
const char *name);
Definition _seap-message.h:37
Definition _seap-message.h:44
Definition sexp-types.h:82