From ff013dd0092df247b2c9f1c550e03542581ed21d Mon Sep 17 00:00:00 2001 From: Bert Date: Thu, 18 Aug 2011 00:38:55 +0200 Subject: Revised handling of file names & paths --- util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util.h') diff --git a/util.h b/util.h index 9e08bac..0e75b4e 100644 --- a/util.h +++ b/util.h @@ -55,6 +55,7 @@ typedef struct { void* s_malloc(size_t); void* s_realloc(void*, size_t); +char* s_strdup(char*); void warn(const char*, ...); void die(const char*, ...); -- cgit v1.2.3