about summary refs log tree commit diff
path: root/src/engine/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/system.h')
-rw-r--r--src/engine/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/system.h b/src/engine/system.h
index e311d571..255a518c 100644
--- a/src/engine/system.h
+++ b/src/engine/system.h
@@ -149,7 +149,7 @@ enum {
 	IOFLAG_WRITE = 2,
 	IOFLAG_RANDOM = 4,
 
-	IOSEEK_SET = 0,
+	IOSEEK_START = 0,
 	IOSEEK_CUR = 1,
 	IOSEEK_END = 2
 };
@@ -514,7 +514,7 @@ int fs_listdir(const char *dir, fs_listdir_callback cb, void *user);
 int net_addr4_cmp(const NETADDR4 *a, const NETADDR4 *b);
 
 void mem_debug_dump();
-
+int mem_allocated();
 #ifdef __cplusplus
 }
 #endif