diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2012-03-21 00:58:14 +1030 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2012-03-22 01:57:37 +0100 |
commit | 675593221c25dbebaaf8e4ce9f4271a8fb0171d0 (patch) | |
tree | e1f57a9e3919adb163c0acf1072708aca912945a /lib/ccan/list/.namespacize | |
parent | eafd83736918bc5953e4a91cf2d893e68f2da2a2 (diff) | |
download | samba-675593221c25dbebaaf8e4ce9f4271a8fb0171d0.tar.gz samba-675593221c25dbebaaf8e4ce9f4271a8fb0171d0.tar.bz2 samba-675593221c25dbebaaf8e4ce9f4271a8fb0171d0.zip |
lib/ccan: namespacize ccan/list to avoid conflict with OpenIndiana's sys/list.h
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>
Diffstat (limited to 'lib/ccan/list/.namespacize')
-rw-r--r-- | lib/ccan/list/.namespacize | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/lib/ccan/list/.namespacize b/lib/ccan/list/.namespacize new file mode 100644 index 0000000000..aa6f0b4da4 --- /dev/null +++ b/lib/ccan/list/.namespacize @@ -0,0 +1,34 @@ +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 |