openbsd-ports/net/icbirc/patches/patch-icb_h
ray be50109507 Fix corruption that occurs when connecting and reconnecting to
icbirc repeatedly. After a while, icbirc starts reusing the command
buffer from a previous connection, causing all further connections
to incorrectly parse commands.

OK maintainer (dhartmei@)
2009-06-01 07:06:12 +00:00

12 lines
373 B
Plaintext

$OpenBSD: patch-icb_h,v 1.1 2009/06/01 07:06:12 ray Exp $
--- icb.h.orig Thu Nov 18 13:14:06 2004
+++ icb.h Sat May 30 20:29:23 2009
@@ -3,6 +3,7 @@
#ifndef _ICB_H_
#define _ICB_H_
+void icb_init(void);
void icb_recv(const char *, unsigned, int, int);
void icb_send_login(int, const char *, const char *, const char *);
void icb_send_openmsg(int, const char *);