summaryrefslogtreecommitdiff
path: root/src/internal.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2020-05-16 16:33:34 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2020-05-16 16:33:34 +0200
commit92fd2382d9959ad6e11b26a4c7703d9336d75243 (patch)
tree3c93f2c8fe52626c61083812c728435252e59608 /src/internal.h
parent246015cb71b7f0a599d1870185d73f2326adb911 (diff)
parent6d36bb20f860c069631bc50dce7e332c80a54730 (diff)
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'src/internal.h')
-rw-r--r--src/internal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/internal.h b/src/internal.h
index 83d2b9c..d348520 100644
--- a/src/internal.h
+++ b/src/internal.h
@@ -54,10 +54,4 @@ struct timeval;
extern hxmc_t *HXparse_dequote_fmt(const char *, const char *, const char **);
-/* time.c - these are obsolete, but kept for ABI */
-extern void HX_diff_timespec(struct timespec *, const struct timespec *,
- const struct timespec *);
-extern void HX_diff_timeval(struct timeval *, const struct timeval *,
- const struct timeval *);
-
#endif /* LIBHX_INTERNAL_H */