Converted README to markdown
[rox-filer.git] / ROX-Filer / src / log.h
blob6402efde22d61b6243780493551edf2033ed3378
1 /*
2 * ROX-Filer, filer for the ROX desktop project
3 * By Thomas Leonard, <tal197@users.sourceforge.net>.
4 */
6 #ifndef _LOG_H
7 #define _LOG_H
9 void log_init(void);
10 void log_info_paths(const gchar *message, GList *paths, const gchar *dest);
11 void log_show_window(void);
13 #endif /* _LOG_H */