Blame src/internal/slibtool_m4fake_impl.h

ba25fa
#ifndef SLIBTOOL_M4FAKE_IMPL_H
ba25fa
#define SLIBTOOL_M4FAKE_IMPL_H
ba25fa
ba25fa
#include <slibtool/slibtool.h>
ba25fa
ba25fa
int slbt_m4fake_expand_cmdarg(
d4a2be
	const struct slbt_driver_ctx *  dctx,
d4a2be
	struct slbt_txtfile_ctx *       sctx,
d4a2be
	const char *                    cmdname,
d4a2be
	char                            (*argbuf)[PATH_MAX]);
ba25fa
ba25fa
#endif