From 6e3d6b3186bc07003d17ad7c54bb013c9b5d6dcf Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 24 Jan 2016 19:01:04 -0500 Subject: objects partially work, can't serialize yet --- src/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 3d7287a..0f05a89 100644 --- a/src/util.h +++ b/src/util.h @@ -24,3 +24,4 @@ void __attribute__((noreturn,format(printf,1,2))) error(const char *fmt, ...); void __attribute__((format(printf,4,5))) debugf_real(const char*, int, const char*, const char *fmt, ...); void remove_cruft(char*); void all_upper(char*); +void all_lower(char*); -- cgit v1.1