mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
675593221c
CCAN includes a little utility called "namespacize" which prepends ccan_ to all public methods of a module, and fixes up any dependencies it finds. It's a little primitive, but it works here. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
35 lines
463 B
Plaintext
35 lines
463 B
Plaintext
list_node_from_off_
|
|
list_node_to_off_
|
|
list_tail_
|
|
list_top_
|
|
list_del_from
|
|
list_del
|
|
list_empty
|
|
list_add_tail
|
|
list_add
|
|
list_head_init
|
|
list_check_node
|
|
list_check
|
|
list_head
|
|
list_node
|
|
list_off_var_
|
|
list_off_
|
|
list_del_from_off
|
|
list_del_off
|
|
list_add_off
|
|
list_tail_off
|
|
list_head_off
|
|
list_entry_off
|
|
list_for_each_safe_off
|
|
list_for_each_off
|
|
list_for_each_safe
|
|
list_for_each_rev
|
|
list_for_each
|
|
list_tail
|
|
list_top
|
|
list_entry
|
|
LIST_HEAD
|
|
LIST_HEAD_INIT
|
|
list_debug_node
|
|
list_debug
|