about summary refs log tree commit diff
path: root/src/engine/system.h
diff options
context:
space:
mode:
authorJoel de Vahl <joel@stalverk80.se>2007-09-25 19:48:52 +0000
committerJoel de Vahl <joel@stalverk80.se>2007-09-25 19:48:52 +0000
commitaca6dd808b19072b653ce81384490c8b08edbedd (patch)
tree804fc5f8e5e554f4065fd063f4d3f587b6c20b5d /src/engine/system.h
parent06c341be51a75fd8a24f2441654e184fd3fdefcd (diff)
downloadzcatch-aca6dd808b19072b653ce81384490c8b08edbedd.tar.gz
zcatch-aca6dd808b19072b653ce81384490c8b08edbedd.zip
new mixer and ppc fixes
Diffstat (limited to 'src/engine/system.h')
-rw-r--r--src/engine/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/system.h b/src/engine/system.h
index 255a518c..692aae06 100644
--- a/src/engine/system.h
+++ b/src/engine/system.h
@@ -515,6 +515,8 @@ int net_addr4_cmp(const NETADDR4 *a, const NETADDR4 *b);
 
 void mem_debug_dump();
 int mem_allocated();
+
+void swap_endian(void *data, unsigned elem_size, unsigned num);
 #ifdef __cplusplus
 }
 #endif