diff options
Diffstat (limited to 'include/libuutil.h')
-rw-r--r-- | include/libuutil.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/libuutil.h b/include/libuutil.h index 6c132fe57..d0248901b 100644 --- a/include/libuutil.h +++ b/include/libuutil.h @@ -99,12 +99,6 @@ extern int *uu_exit_fatal(void); extern int *uu_exit_usage(void); /* - * string->number conversions - */ -extern int uu_strtoint(const char *, void *, size_t, int, int64_t, int64_t); -extern int uu_strtouint(const char *, void *, size_t, int, uint64_t, uint64_t); - -/* * Debug print facility functions. */ typedef struct uu_dprintf uu_dprintf_t; |