console/libgnt/gnt.h@bd8d39b3a9e2
console/libgnt/gnt.h
Wed, 28 Jun 2006 19:12:38 +0000
- author
- Sadrul Habib Chowdhury <sadrul@pidgin.im>
- date
- Wed, 28 Jun 2006 19:12:38 +0000
- changeset 13950
- bd8d39b3a9e2
- parent 13940
-
26ed45b11483
- child 13958
-
bd1c3bb3f33d
- permissions
- -rw-r--r--
[gaim-migrate @ 16369]
Get rid of a whole lot of compile warnings.
#include <glib.h>
#include "gntwidget.h"
#include "gntcolors.h"
#include "gntkeys.h"
void gnt_init();
void gnt_main();
void gnt_screen_occupy(GntWidget *widget);
void gnt_screen_release(GntWidget *widget);
void gnt_screen_update(GntWidget *widget);
void gnt_screen_take_focus(GntWidget *widget);