Export file_data_new_simple into other source files
authorKlaus Ethgen <Klaus@Ethgen.de>
Sun, 6 Mar 2016 22:47:14 +0000 (23:47 +0100)
committerKlaus Ethgen <Klaus@Ethgen.de>
Sun, 6 Mar 2016 22:47:14 +0000 (23:47 +0100)
src/filedata.h

index 43edc42..9dc70a4 100644 (file)
@@ -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);