#include <ms_msg_list.h>

Data Fields | |
| int | flag |
| int | msgid |
| struct _msg_list_el * | next |
| struct _msg_list_el * | prev |
Definition at line 48 of file ms_msg_list.h.
| int flag |
Definition at line 51 of file ms_msg_list.h.
Referenced by msg_list_check(), msg_list_check_msg(), msg_list_el_new(), and msg_list_set_flag().
| int msgid |
Definition at line 50 of file ms_msg_list.h.
Referenced by msg_list_check(), msg_list_check_msg(), msg_list_el_new(), and msg_list_set_flag().
struct _msg_list_el* next [read] |
Definition at line 53 of file ms_msg_list.h.
Referenced by msg_list_check(), msg_list_check_msg(), msg_list_el_free_all(), msg_list_el_new(), msg_list_free(), and msg_list_set_flag().
struct _msg_list_el* prev [read] |
Definition at line 52 of file ms_msg_list.h.
Referenced by msg_list_check(), msg_list_check_msg(), and msg_list_el_new().
1.5.6