source:
protocols/purple/bpurple.h
@
3bb333c
Last change on this file since 3bb333c was d93c8beb, checked in by , at 2015-03-02T03:27:16Z | |
---|---|
|
|
File size: 154 bytes |
Rev | Line | |
---|---|---|
[d93c8beb] | 1 | #ifndef BPURPLE_H |
2 | # define BPURPLE_H | |
3 | ||
4 | #include <purple.h> | |
5 | #include <glib.h> | |
6 | ||
7 | struct purple_data | |
8 | { | |
9 | PurpleAccount *account; | |
10 | }; | |
11 | ||
12 | #endif /* !BPURPLE_H */ |
Note: See TracBrowser
for help on using the repository browser.