view console/gntrequest.h @ 14273:2f82c2494f3f

[gaim-migrate @ 16958] Patch from Mark Schneider (queueRAM): this automatically updates the widgets when the terminal is resized. Pressing alt+l does a better job at refreshing the screen if things get scrambled. But it's not perfect yet. I warmenhoved the patch. I have been waiting to say that =) committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 21 Aug 2006 21:35:38 +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