aboutsummaryrefslogtreecommitdiff
path: root/src/mm-log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-log.h')
-rw-r--r--src/mm-log.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mm-log.h b/src/mm-log.h
index 4055718d..a6923eff 100644
--- a/src/mm-log.h
+++ b/src/mm-log.h
@@ -68,4 +68,9 @@ gboolean mm_log_setup (const gchar *level,
GError **error);
void mm_log_shutdown (void);
+/* Helper used when printing a string that may be personal
+ * info. Depending on the settings, we may print it as-is,
+ * or otherwise provide a fallback string. */
+const gchar *mm_log_str_personal_info (const gchar *str);
+
#endif /* MM_LOG_H */