Mercurial > pidgin
view console/gntrequest.h @ 14542:8ed6ef220b2d
[gaim-migrate @ 17263]
send_raw() prpl function allows plugins with knowledge of a protocol
to send its own custom packets. Not practical for all protocols,
but should be super useful on Jabber when coupled with Nathan's signals.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Tue, 12 Sep 2006 21:57:15 +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