diff options
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h index bc880d24e..6b238bf8c 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -7,6 +7,8 @@ #include <sys/time.h> +void *tor_malloc(size_t size); + /* Same as gettimeofday, but no need to check exit value. */ void my_gettimeofday(struct timeval *timeval); /* Returns the number of microseconds between start and end. Requires that |