mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
moved the _NET_SENDBUF_REC definition out of core/net-sendbuffer.c and irc/proxy/listen.c into core/net-sendbuffer.h
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3948 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
bc91469cf7
commit
e4a562d9ef
3 changed files with 9 additions and 18 deletions
|
|
@ -30,15 +30,6 @@
|
|||
|
||||
#include "fe-common/core/printtext.h" /* FIXME: evil. need to do fe-proxy */
|
||||
|
||||
struct _NET_SENDBUF_REC {
|
||||
GIOChannel *handle;
|
||||
|
||||
int send_tag;
|
||||
int bufsize;
|
||||
int bufpos;
|
||||
char *buffer; /* Buffer is NULL until it's actually needed. */
|
||||
};
|
||||
|
||||
GSList *proxy_listens;
|
||||
GSList *proxy_clients;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue