$OpenBSD: patch-irssi_src_core_blob_h,v 1.1 2002/09/24 17:20:10 fgsch Exp $
--- irssi/src/core/blob.h.orig	Sat Jul  6 05:09:39 2002
+++ irssi/src/core/blob.h	Tue Sep 24 02:28:01 2002
@@ -1,16 +0,0 @@
-#ifndef __BLOB_H__
-#define __BLOB_H__
-
-#include "modules.h"
-
-struct _BLOB_REC {
-	int type;
-	void *data;
-	guint32 octets;
-};
-
-typedef struct _BLOB_REC BLOB_REC;
-
-void blob_fill(BLOB_REC *blob);
-
-#endif
