FACT++  1.0
void sll_init ( SLL head)

Definition at line 14 of file sll.c.

References sll::next.

Referenced by add_exit_handler(), add_exit_handler_item(), check_browser_changes(), create_browser(), dis_get_next_cmnd(), dis_set_client_exit_handler(), std_cmnd_handler(), update_servers(), and update_service_data().

15 {
16  head->next = (SLL *)0;
17 }
struct sll * next
Definition: dim.h:537
Definition: dim.h:536

+ Here is the caller graph for this function: