summaryrefslogtreecommitdiff
path: root/src/gallery-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallery-utils.h')
-rw-r--r--src/gallery-utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallery-utils.h b/src/gallery-utils.h
index 1af8b84..131f4e2 100644
--- a/src/gallery-utils.h
+++ b/src/gallery-utils.h
@@ -38,6 +38,11 @@ G_BEGIN_DECLS
void str_replace (gchar **dst, const gchar *search, const gchar *replace);
/*
+ * str_trim_inside: trims any leading, trailing and repeated whitespaces in the whole string
+ */
+void str_trim_inside (gchar **s);
+
+/*
* copy_file: copy file from src to dst
*/
gboolean copy_file (const gchar *src, const gchar *dst);