]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-file-helpers.h
A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug #569117.
[evince.git] / libdocument / ev-file-helpers.h
index 51d763db75b5ff2917eccd7d6259ee9786102dd4..adec69c35b23b4d1004eedb5c801966bfd0840c1 100644 (file)
@@ -38,9 +38,9 @@ typedef enum {
 
 const gchar *ev_tmp_dir               (void);
 
-void         ev_file_helpers_init     (void);
+void        _ev_file_helpers_init     (void);
 
-void         ev_file_helpers_shutdown (void);
+void        _ev_file_helpers_shutdown (void);
 
 gboolean     ev_dir_ensure_exists     (const gchar       *dir,
                                        int                mode);