Blame src/internal/slibtool_txtline_impl.h

bbc13d
#ifndef SLIBTOOL_TXTLINE_IMPL_H
bbc13d
#define SLIBTOOL_TXTLINE_IMPL_H
bbc13d
bbc13d
#include <slibtool/slibtool.h>
bbc13d
bbc13d
int slbt_txtline_to_string_vector(const char *, char ***);
bbc13d
bbc13d
#endif