ports/net-im/kf/files/patch-src__jispman.h
Andrey Slusar ca23e0ca19 Fix build on 7-CURRENT
Reported by:	kris (pointyhat)
2006-08-28 17:27:02 +00:00

11 lines
228 B
C

--- src/jispman.h.orig Sun Apr 10 19:03:54 2005
+++ src/jispman.h Mon Aug 28 20:11:39 2006
@@ -25,6 +25,8 @@
#include "jisp.h"
typedef struct _KfJispManager {
+ GHashTable *jisps;
+ GList *patterns;
} KfJispManager;
/**