summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_txtline_impl.h
blob: 2a647b197b7b489ade4d17923fc44ed161063ec2 (plain)
1
2
3
4
5
6
7
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