summaryrefslogtreecommitdiff
path: root/ckcapi-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'ckcapi-util.h')
-rw-r--r--ckcapi-util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ckcapi-util.h b/ckcapi-util.h
index 1ea07f2..6ae74a0 100644
--- a/ckcapi-util.h
+++ b/ckcapi-util.h
@@ -22,6 +22,9 @@
#include <stdlib.h>
+
+void ckcapi_reverse_memory (void* data, size_t length);
+
/* --------------------------------------------------------------------------------
* ARRAYS
*/