comparison: src/gaim-client.h
src/gaim-client.h
- branch
- cpw.khc.msnp14
- changeset 20472
- 6a6d2ef151e6
- parent 13912
- 463b4fa9f067
- parent 20469
- b2836a24d81e
- child 20473
- 91e1b3a49d10
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 |
|