summaryrefslogtreecommitdiffhomepage
path: root/src/internal/slibtool_m4fake_impl.h
blob: af0de56fed5abd90a8e816d12157d0bffdbbaffa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef SLIBTOOL_M4FAKE_IMPL_H
#define SLIBTOOL_M4FAKE_IMPL_H

#include <slibtool/slibtool.h>

int slbt_m4fake_expand_cmdarg(
	struct slbt_driver_ctx *  dctx,
	struct slbt_txtfile_ctx * sctx,
	const char *              cmdname,
	char                      (*argbuf)[PATH_MAX]);

#endif