From 625692972e441381041128bc76c198b0e9c13b52 Mon Sep 17 00:00:00 2001 From: dormando Date: Fri, 27 Jan 2017 14:15:41 -0800 Subject: "lru tune" command for setting LRU parameters --- util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util.h') diff --git a/util.h b/util.h index 33ca04a..825cc9e 100644 --- a/util.h +++ b/util.h @@ -15,6 +15,7 @@ bool safe_strtoull(const char *str, uint64_t *out); bool safe_strtoll(const char *str, int64_t *out); bool safe_strtoul(const char *str, uint32_t *out); bool safe_strtol(const char *str, int32_t *out); +bool safe_strtod(const char *str, double *out); #ifndef HAVE_HTONLL extern uint64_t htonll(uint64_t); -- cgit v1.2.1