console/gntblist.h

Sat, 19 Aug 2006 03:38:23 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Sat, 19 Aug 2006 03:38:23 +0000
changeset 14260
a21577fbb4d2
parent 14086
732c14687955
child 14413
bd998fe17d82
permissions
-rw-r--r--

[gaim-migrate @ 16870]
Do the right thing: remove the compile warnings.

#ifndef _GNT_BLIST_H
#define _GNT_BLIST_H

#include "blist.h"

GaimBlistUiOps * gg_blist_get_ui_ops(void);

void gg_blist_init(void);

void gg_blist_uninit(void);

void gg_blist_show(void);

void gg_blist_get_position(int *x, int *y);

void gg_blist_set_position(int x, int y);

void gg_blist_get_size(int *width, int *height);

void gg_blist_set_size(int width, int height);

#endif

mercurial