view console/gntrequest.h @ 14349:2816a4a0fcc2

[gaim-migrate @ 17052] Change our invisible character to something a little smaller. I'm changing it from the character used by Ubuntu to the character used by Red Hat/Fedora. The Ubuntu character looks ridiculously huge on my FC5 system. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 26 Aug 2006 20:24:04 +0000
parents c65ed4f6eea8
children 81650a27f253
line wrap: on
line source

#ifndef _GNT_REQUEST_H
#define _GNT_REQUEST_H

#include "request.h"

GaimRequestUiOps *gg_request_get_ui_ops(void);

void gg_request_init(void);

void gg_request_uninit(void);

#endif