diff src/win32/win32dep.h @ 10240:95ca0db2d01d

[gaim-migrate @ 11377] Removing trust parameter for gaim_notify_uri (see gaim-devel over past few days). Removed URI scheme filtering for win32. Instead we'll allow what ever the default http browser allows. committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Mon, 22 Nov 2004 22:13:12 +0000
parents 5e7ffea3f76a
children 179b0245a2f7
line wrap: on
line diff
--- a/src/win32/win32dep.h	Mon Nov 22 21:56:46 2004 +0000
+++ b/src/win32/win32dep.h	Mon Nov 22 22:13:12 2004 +0000
@@ -56,6 +56,8 @@
 /* Docklet */
 extern void      wgaim_systray_minimize( GtkWidget* );
 extern void      wgaim_systray_maximize( GtkWidget* );
+/* Misc */
+extern void      wgaim_notify_uri(const char *uri);
 /* init / cleanup */
 extern void      wgaim_init(HINSTANCE);
 extern void      wgaim_cleanup(void);