libpurple/protocols/silc/wb.h

changeset 39819
3554dac2991b
parent 16396
2217b2765e58
child 40358
e6fe6fc1f516
equal deleted inserted replaced
39818:d63ceb45d88d 39819:3554dac2991b
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details. 16 GNU General Public License for more details.
17 17
18 */ 18 */
19 19
20 #ifndef SILCPURPLE_WB_H 20 #ifndef PURPLE_SILC_WB_H
21 #define SILCPURPLE_WB_H 21 #define PURPLE_SILC_WB_H
22 22
23 #include "silcpurple.h" 23 #include "silcpurple.h"
24 #include "whiteboard.h" 24 #include "whiteboard.h"
25 25
26 PurpleWhiteboard * 26 PurpleWhiteboard *
44 void silcpurple_wb_get_brush(const PurpleWhiteboard *wb, int *size, int *color); 44 void silcpurple_wb_get_brush(const PurpleWhiteboard *wb, int *size, int *color);
45 void silcpurple_wb_set_brush(PurpleWhiteboard *wb, int size, int color); 45 void silcpurple_wb_set_brush(PurpleWhiteboard *wb, int size, int color);
46 void silcpurple_wb_send(PurpleWhiteboard *wb, GList *draw_list); 46 void silcpurple_wb_send(PurpleWhiteboard *wb, GList *draw_list);
47 void silcpurple_wb_clear(PurpleWhiteboard *wb); 47 void silcpurple_wb_clear(PurpleWhiteboard *wb);
48 48
49 #endif /* SILCPURPLE_WB_H */ 49 #endif /* PURPLE_SILC_WB_H */

mercurial