You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
224 B

#ifndef WFP_MESSAGE_QUEUE_H
#define WFP_MESSAGE_QUEUE_H
#ifdef __cplusplus
extern "C"
{
#endif
struct wfp_slist;
extern void wfp_message_queue_cleanup(
struct wfp_slist * queue);
#ifdef __cplusplus
}
#endif
#endif