From 8fb8f962f58680a040390d42ab412e27f5e93a3d Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 24 Feb 2020 00:14:48 -0500 Subject: helper interfaces: tpax_path_copy(): initial implementation. --- include/tpax/tpax.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/tpax/tpax.h b/include/tpax/tpax.h index 059dbac..5281ea1 100644 --- a/include/tpax/tpax.h +++ b/include/tpax/tpax.h @@ -147,6 +147,7 @@ tpax_api int tpax_set_driver_fdctx (struct tpax_driver_ctx *, const struct /* core api */ /* helper api */ +tpax_api int tpax_path_copy (char *, const char *, size_t, uint32_t, size_t *); /* utility api */ tpax_api int tpax_main (char **, char **, -- cgit v1.2.3