From: Klaus Ethgen Date: Sun, 6 Mar 2016 22:47:14 +0000 (+0100) Subject: Export file_data_new_simple into other source files X-Git-Tag: v1.3~62^2~2 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=81568b6668dde9496d1eb7336bd3f314f541b026 Export file_data_new_simple into other source files --- diff --git a/src/filedata.h b/src/filedata.h index 43edc42f..9dc70a4b 100644 --- a/src/filedata.h +++ b/src/filedata.h @@ -33,6 +33,8 @@ FileData *file_data_new_no_grouping(const gchar *path_utf8); /* should be used on dirs */ FileData *file_data_new_dir(const gchar *path_utf8); +FileData *file_data_new_simple(const gchar *path_utf8); + #ifdef DEBUG_FILEDATA FileData *file_data_ref_debug(const gchar *file, gint line, FileData *fd); void file_data_unref_debug(const gchar *file, gint line, FileData *fd);