diff options
author | midipix <writeonce@midipix.org> | 2020-12-26 00:45:51 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-12-26 00:50:28 +0000 |
commit | 9ca35be2ab917dc88bcf5716ccf6cde20e709191 (patch) | |
tree | 42e8a492f693014de335afb9dbfbc266384a5712 /include | |
parent | c141a081bd2c74e7c409416941e4952ef5b774ee (diff) | |
download | slibtool-9ca35be2ab917dc88bcf5716ccf6cde20e709191.tar.bz2 slibtool-9ca35be2ab917dc88bcf5716ccf6cde20e709191.tar.xz |
helper api: added slbt_realpath().
Diffstat (limited to 'include')
-rw-r--r-- | include/slibtool/slibtool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index de49275..ee70c79 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -300,6 +300,7 @@ slbt_api int slbt_archive_import (const struct slbt_driver_ctx *, struct slbt_api int slbt_copy_file (const struct slbt_driver_ctx *, struct slbt_exec_ctx *, char * src, char * dst); slbt_api int slbt_dump_machine (const char * compiler, char * machine, size_t bufsize); +slbt_api int slbt_realpath (int, const char *, int, char *, size_t); /* utility api */ slbt_api int slbt_main (char **, char **, |