4 /* Function prototypes. */
7 _PROTOTYPE(int main
, (int argc
, char **argv
));
10 _PROTOTYPE(int do_publish
, (message
*m_ptr
));
11 _PROTOTYPE(int do_retrieve
, (message
*m_ptr
));
12 _PROTOTYPE(int do_retrieve_label
, (const message
*m_ptr
));
13 _PROTOTYPE(int do_subscribe
, (message
*m_ptr
));
14 _PROTOTYPE(int do_check
, (message
*m_ptr
));
15 _PROTOTYPE(int do_delete
, (message
*m_ptr
));
16 _PROTOTYPE(int do_snapshot
, (message
*m_ptr
));
17 _PROTOTYPE(int do_getsysinfo
, (const message
*m_ptr
));
18 _PROTOTYPE(int sef_cb_init_fresh
, (int type
, sef_init_info_t
*info
));