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(
ba25fa
	struct slbt_driver_ctx *  dctx,
ba25fa
	struct slbt_txtfile_ctx * sctx,
ba25fa
	const char *              cmdname,
ba25fa
	char                      (*argbuf)[PATH_MAX]);
ba25fa
ba25fa
#endif