diff options
Diffstat (limited to 'src/internal/slibtool_txtline_impl.h')
-rw-r--r-- | src/internal/slibtool_txtline_impl.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/internal/slibtool_txtline_impl.h b/src/internal/slibtool_txtline_impl.h new file mode 100644 index 0000000..2a647b1 --- /dev/null +++ b/src/internal/slibtool_txtline_impl.h @@ -0,0 +1,8 @@ +#ifndef SLIBTOOL_TXTLINE_IMPL_H +#define SLIBTOOL_TXTLINE_IMPL_H + +#include <slibtool/slibtool.h> + +int slbt_txtline_to_string_vector(const char *, char ***); + +#endif |