summaryrefslogtreecommitdiff
path: root/src/librc/rc.map
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-09-18 15:12:43 +0000
committerRoy Marples <roy@marples.name>2008-09-18 15:12:43 +0000
commite0dfa472d1d32268d08a91cc37606bd0ec803a11 (patch)
tree62f022233e7be1c607f536c9deba75db4d009d65 /src/librc/rc.map
parentccc24d1086ec4a5110739e3b352bb1dc2967a9ff (diff)
downloadopenrc-e0dfa472d1d32268d08a91cc37606bd0ec803a11.tar.gz
openrc-e0dfa472d1d32268d08a91cc37606bd0ec803a11.tar.bz2
openrc-e0dfa472d1d32268d08a91cc37606bd0ec803a11.tar.xz
Add new functions, rc_stringlist_find and rc_stringlist_split.
Diffstat (limited to 'src/librc/rc.map')
-rw-r--r--src/librc/rc.map2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/librc/rc.map b/src/librc/rc.map
index e1dd843..e9fed69 100644
--- a/src/librc/rc.map
+++ b/src/librc/rc.map
@@ -44,6 +44,8 @@ global:
rc_stringlist_add;
rc_stringlist_addu;
rc_stringlist_delete;
+ rc_stringlist_find;
+ rc_stringlist_split;
rc_stringlist_new;
rc_stringlist_sort;
rc_stringlist_free;