summaryrefslogtreecommitdiffstats
path: root/polyp/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/util.h')
-rw-r--r--polyp/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/polyp/util.h b/polyp/util.h
index 7dd7b7de..9dab45d2 100644
--- a/polyp/util.h
+++ b/polyp/util.h
@@ -23,6 +23,7 @@
***/
#include <sys/types.h>
+#include <inttypes.h>
void pa_make_nonblock_fd(int fd);
@@ -38,4 +39,6 @@ char *pa_sprintf_malloc(const char *format, ...) __attribute__ ((format (printf,
char *pa_get_user_name(char *s, size_t l);
char *pa_get_host_name(char *s, size_t l);
+uint32_t pa_age(struct timeval *tv);
+
#endif