summaryrefslogtreecommitdiff
path: root/utils/useragent.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/useragent.h')
-rw-r--r--utils/useragent.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/useragent.h b/utils/useragent.h
index 87677e7bc..6eb309a62 100644
--- a/utils/useragent.h
+++ b/utils/useragent.h
@@ -27,4 +27,11 @@
*/
const char * user_agent_string(void);
+/** Free any memory allocated for the user_agent_string
+ *
+ * After calling this, the value returned by \ref user_agent_string()
+ * is to be considered invalid.
+ */
+void free_user_agent_string(void);
+
#endif