Preparing for release v1.7.3
[geeqie.git] / src / misc.h
index dac9fc2..c562682 100644 (file)
@@ -26,6 +26,13 @@ gchar *utf8_validate_or_convert(const gchar *text);
 gint utf8_compare(const gchar *s1, const gchar *s2, gboolean case_sensitive);
 gchar *expand_tilde(const gchar *filename);
 int runcmd(gchar *cmd);
-
+gchar *decode_geo_parameters(const gchar *input_text);
+gint date_get_first_day_of_week();
+gchar *date_get_abbreviated_day_name(gint day);
+gchar *convert_rating_to_stars(gint rating);
+gchar *get_symbolic_link(const gchar *path_utf8);
+gint get_cpu_cores(void);
+void tree_path_free_wrapper(void *data, void *useradata);
+gchar *open_archive(FileData *fd);
 #endif /* MISC_H */
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */