aboutsummaryrefslogtreecommitdiff
path: root/client/libacron/private/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/libacron/private/helpers.h')
-rw-r--r--client/libacron/private/helpers.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/libacron/private/helpers.h b/client/libacron/private/helpers.h
index f1635a6..c6500b8 100644
--- a/client/libacron/private/helpers.h
+++ b/client/libacron/private/helpers.h
@@ -42,4 +42,9 @@ int strdup2(const char *str, char **out);
*/
char *strerror2(int errnum);
+/**
+ * Cleanup any necessary memory during exit of the current thread.
+ */
+void helpers_cleanup(void);
+
#endif /* LIBAC_HELPERS_H */