diff options
Diffstat (limited to 'compat_stringlist.h')
-rw-r--r-- | compat_stringlist.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compat_stringlist.h b/compat_stringlist.h index 301373c2..b1c20746 100644 --- a/compat_stringlist.h +++ b/compat_stringlist.h @@ -38,9 +38,8 @@ typedef struct _stringlist { size_t sl_cur; } StringList; -__BEGIN_DECLS + StringList *sl_init(void); int sl_add(StringList *, char *); void sl_free(StringList *, int); char *sl_find(StringList *, const char *); -__END_DECLS |