source: protocols/purple/bpurple.h @ 56985aa

Last change on this file since 56985aa was d93c8beb, checked in by dequis <dx@…>, at 2015-03-02T03:27:16Z

purple: move PurpleAccount from proto_data in a struct purple_data

  • Property mode set to 100644
File size: 154 bytes
Line 
1#ifndef BPURPLE_H
2# define BPURPLE_H
3
4#include <purple.h>
5#include <glib.h>
6
7struct purple_data
8{
9    PurpleAccount *account;
10};
11
12#endif /* !BPURPLE_H */
Note: See TracBrowser for help on using the repository browser.