From 13b6d8f84c98ab31309f5653fe158022ea986a23 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 18 Apr 2016 19:35:32 -0400 Subject: library: helper functions: added slbt_copy_file. --- include/slibtool/slibtool.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 70ceef9..533be58 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -217,6 +217,8 @@ slbt_api int slbt_map_input (int fd, const char * path, int prot, struct slbt_ slbt_api int slbt_unmap_input (struct slbt_input *); slbt_api int slbt_archive_import (const struct slbt_driver_ctx *, struct slbt_exec_ctx *, char * dstarchive, char * srcarchive); +slbt_api int slbt_copy_file (const struct slbt_driver_ctx *, struct slbt_exec_ctx *, + char * src, char * dst); /* utility api */ slbt_api int slbt_output_config (const struct slbt_driver_ctx *); -- cgit v1.2.3