diff options
Diffstat (limited to 'src/librc/librc-stringlist.c')
-rw-r--r-- | src/librc/librc-stringlist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librc/librc-stringlist.c b/src/librc/librc-stringlist.c index 44b03791..a60fe241 100644 --- a/src/librc/librc-stringlist.c +++ b/src/librc/librc-stringlist.c @@ -37,6 +37,7 @@ RC_STRINGLIST *rc_stringlist_new(void) TAILQ_INIT(l); return l; } +librc_hidden_def(rc_stringlist_new) RC_STRING *rc_stringlist_add (RC_STRINGLIST *list, const char *value) { |