diff options
author | midipix <writeonce@midipix.org> | 2020-04-29 22:01:35 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-05-23 05:59:02 +0000 |
commit | 845037353c2db876f004f024b5b50cc18cb70a7a (patch) | |
tree | 34f413ee1d2f997ea3592303f9d7c77f0df1e83e /include | |
parent | e407b8dc73e1bb9c2f5cad4dedf255ca431b1f06 (diff) | |
download | tpax-845037353c2db876f004f024b5b50cc18cb70a7a.tar.bz2 tpax-845037353c2db876f004f024b5b50cc18cb70a7a.tar.xz |
helper interfaces: tpax_stat_compare(): initial implementation.
Diffstat (limited to 'include')
-rw-r--r-- | include/tpax/tpax.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tpax/tpax.h b/include/tpax/tpax.h index 5281ea1..c39f721 100644 --- a/include/tpax/tpax.h +++ b/include/tpax/tpax.h @@ -148,6 +148,7 @@ tpax_api int tpax_set_driver_fdctx (struct tpax_driver_ctx *, const struct /* helper api */ tpax_api int tpax_path_copy (char *, const char *, size_t, uint32_t, size_t *); +tpax_api int tpax_stat_compare (const struct stat *, const struct stat *); /* utility api */ tpax_api int tpax_main (char **, char **, |