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:
Valentin Batz 2005-08-24 19:42:17 +00:00 committed by vb
commit e4a562d9ef
3 changed files with 9 additions and 18 deletions

View file

@ -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;