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.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