From 81568b6668dde9496d1eb7336bd3f314f541b026 Mon Sep 17 00:00:00 2001 From: Klaus Ethgen Date: Sun, 6 Mar 2016 23:47:14 +0100 Subject: [PATCH] Export file_data_new_simple into other source files --- src/filedata.h | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.20.1