changeset 2277:3bb22c74f12e

Export file_data_new_simple into other source files
author Klaus Ethgen <Klaus@Ethgen.de>
date Sun, 06 Mar 2016 23:47:14 +0100
parents e30e8afa74be
children f69d3d47d874
files src/filedata.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/filedata.h	Sun Mar 06 23:45:10 2016 +0100
+++ b/src/filedata.h	Sun Mar 06 23:47:14 2016 +0100
@@ -33,6 +33,8 @@
 /* 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);