summaryrefslogtreecommitdiff
path: root/include/libHX/misc.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2023-12-17 14:18:48 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2023-12-17 14:18:48 +0100
commiteece9692d707ccb20356ec06955f8308c4e59ca7 (patch)
tree55186434884960d25d11736c8f846876d568fa08 /include/libHX/misc.h
parent987942a206ef0f2342bf81d5de6432c6af42b7e7 (diff)
New upstream version 4.19upstream/4.19
Diffstat (limited to 'include/libHX/misc.h')
-rw-r--r--include/libHX/misc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libHX/misc.h b/include/libHX/misc.h
index 1d49c7f..ac381dc 100644
--- a/include/libHX/misc.h
+++ b/include/libHX/misc.h
@@ -79,7 +79,10 @@ extern struct timespec *HX_timespec_mulf(struct timespec *,
extern struct timeval *HX_timeval_sub(struct timeval *,
const struct timeval *, const struct timeval *);
extern long HX_time_compare(const struct stat *, const struct stat *, char);
+#ifndef LIBHX_ZVECFREE_DECLARATION
+#define LIBHX_ZVECFREE_DECLARATION
extern void HX_zvecfree(char **);
+#endif
/*
* RAND.C