X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=lib%2Fev-file-helpers.h;h=2cc817ac2370b7e331a57e99fd30f5414294430d;hb=9504640af09f77dffce00b13a0623de31d2d0fc3;hp=43dc75cc7f4244d8ba5e49b638d28c107a1cbf73;hpb=11368f9b50db86ce4f2ae0b549fb575a19af2a74;p=evince.git diff --git a/lib/ev-file-helpers.h b/lib/ev-file-helpers.h index 43dc75cc..2cc817ac 100644 --- a/lib/ev-file-helpers.h +++ b/lib/ev-file-helpers.h @@ -31,6 +31,12 @@ void ev_file_helpers_init (void); void ev_file_helpers_shutdown (void); +gchar* ev_tmp_filename (void); + +gboolean ev_xfer_uri_simple (const char *from, + const char *to, + GError **error); + G_END_DECLS #endif /* EPHY_FILE_HELPERS_H */