diff src/win32/win32dep.h @ 5008:89a5b0e23ea4

[gaim-migrate @ 5343] Added gz and tar extraction routines committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Sat, 05 Apr 2003 01:13:23 +0000
parents 75f75ef235e4
children a96653493416
line wrap: on
line diff
--- a/src/win32/win32dep.h	Sat Apr 05 01:11:57 2003 +0000
+++ b/src/win32/win32dep.h	Sat Apr 05 01:13:23 2003 +0000
@@ -23,6 +23,8 @@
 HINSTANCE wgaim_hinstance(void);
 extern void wgaim_im_blink(GtkWidget*);
 extern char* wgaim_escape_dirsep(char*);
+extern int wgaim_gz_decompress(const char* in, const char* out);
+extern int wgaim_gz_untar(const char* filename, const char* destdir);
 
 /* Determine Gaim paths */
 extern char* wgaim_install_dir(void);