diff libpurple/util.h @ 15613:b0471b2a1de9

Core support for external protocol URIs. The actual handling of the URIs will be in the prpls and other plugins. This commit only includes the win32 method of actually passing in a URI - the dbus implementation still needs to be written.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 11 Feb 2007 00:46:43 +0000
parents 6d8728fd3dda
children 61b42cf81aa4
line wrap: on
line diff
--- a/libpurple/util.h	Sun Feb 11 00:30:48 2007 +0000
+++ b/libpurple/util.h	Sun Feb 11 00:46:43 2007 +0000
@@ -817,6 +817,8 @@
 /**************************************************************************/
 /*@{*/
 
+void gaim_got_protocol_handler_uri(const char *uri);
+
 /**
  * Parses a URL, returning its host, port, file path, username and password.
  *