Last change
on this file since 83e92bf was
ebaebfe,
checked in by Wilmer van der Gaast <wilmer@…>, at 2010-03-27T01:57:00Z
|
PING and QUIT work now, and adding some files that weren't checked in so
far.
|
-
Property mode set to
100644
|
File size:
228 bytes
|
Line | |
---|
1 | typedef struct bee_ui |
---|
2 | { |
---|
3 | void *data; |
---|
4 | } bee_ui_t; |
---|
5 | |
---|
6 | typedef struct bee |
---|
7 | { |
---|
8 | struct set *set; |
---|
9 | |
---|
10 | GSList *users; |
---|
11 | GSList *accounts; |
---|
12 | |
---|
13 | //const bee_ui_funcs_t *ui; |
---|
14 | void *ui_data; |
---|
15 | } bee_t; |
---|
16 | |
---|
17 | bee_t *bee_new(); |
---|
18 | void bee_free( bee_t *b ); |
---|
Note: See
TracBrowser
for help on using the repository browser.