aboutsummaryrefslogtreecommitdiff
path: root/backend/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/util.h')
-rw-r--r--backend/util.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/util.h b/backend/util.h
new file mode 100644
index 0000000..1889698
--- /dev/null
+++ b/backend/util.h
@@ -0,0 +1,6 @@
+#pragma once
+
+void safe_free(void * & ptr);
+void safe_free(const char * & ptr);
+
+