X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=libdocument%2Fev-file-helpers.h;h=2ab309dd0f70fe13e3cb50626105a80270af1a23;hb=7d59434cbd7ea6bdd42a6f3223a47cbb06ba4069;hp=99df4ed48e22054b4d6804ae930ad0813dc5774a;hpb=0f1c723ad2fe48a0f22e32619985f93ebb2e02ef;p=evince.git diff --git a/libdocument/ev-file-helpers.h b/libdocument/ev-file-helpers.h index 99df4ed4..2ab309dd 100644 --- a/libdocument/ev-file-helpers.h +++ b/libdocument/ev-file-helpers.h @@ -36,16 +36,10 @@ typedef enum { EV_COMPRESSION_GZIP } EvCompressionType; -const char *_ev_tmp_dir (GError **error); - void _ev_file_helpers_init (void); void _ev_file_helpers_shutdown (void); -gboolean ev_dir_ensure_exists (const gchar *dir, - int mode, - GError **error); - int ev_mkstemp (const char *template, char **file_name, GError **error);