comparison plugins/gaim-remote/remote.h @ 5884:d188b000e892

[gaim-migrate @ 6316] There's now a gaim-remote.so (gaim plugin) and a libgaim-remote.so (library for interfacing with an instance of gaim with gaim-remote.so loaded). The gaim-remote tool links to the library, as does the plugin. Now there are far too many things named gaim-remote. The Makefile should also work again. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 15 Jun 2003 07:19:59 +0000
parents 059d95c67cda
children 92cbf9713795
comparison
equal deleted inserted replaced
5883:f5b0c6073264 5884:d188b000e892
94 #define CUI_REMOTE_ADD_BUDDY 8 /* Adds buddy to list */ 94 #define CUI_REMOTE_ADD_BUDDY 8 /* Adds buddy to list */
95 #define CUI_REMOTE_REMOVE_BUDDY 9 /* Removes buddy from list */ 95 #define CUI_REMOTE_REMOVE_BUDDY 9 /* Removes buddy from list */
96 #define CUI_REMOTE_JOIN_CHAT 10 /* Joins a chat. */ 96 #define CUI_REMOTE_JOIN_CHAT 10 /* Joins a chat. */
97 /* What else?? */ 97 /* What else?? */
98 98
99
100 const char *gaim_remote_handle_uri(const char *uri);
101
102 #endif /* _GAIM_REMOTE_H_ */ 99 #endif /* _GAIM_REMOTE_H_ */