comparison: src/gaim-client.h
src/gaim-client.h
- branch
- gaim
- changeset 20470
- 77693555855f
- parent 13071
- b98e72d4089a
- parent 20469
- b2836a24d81e
- child 20471
- 1966704b3e42
equal
deleted
inserted
replaced
| 1 #ifndef _GAIM_CLIENT_H_INCLUDED_ |
|
| 2 #define _GAIM_CLIENT_H_INCLUDED_ |
|
| 3 |
|
| 4 #include <glib.h> |
|
| 5 #include "gaim-client-bindings.h" |
|
| 6 |
|
| 7 G_BEGIN_DECLS |
|
| 8 |
|
| 9 void gaim_init(void); |
|
| 10 |
|
| 11 G_END_DECLS |
|
| 12 |
|
| 13 #endif |
|