summaryrefslogtreecommitdiff
path: root/net/centericq/files/msn-abstracthook.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/centericq/files/msn-abstracthook.cc')
-rw-r--r--net/centericq/files/msn-abstracthook.cc20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/centericq/files/msn-abstracthook.cc b/net/centericq/files/msn-abstracthook.cc
new file mode 100644
index 000000000000..111e87201af4
--- /dev/null
+++ b/net/centericq/files/msn-abstracthook.cc
@@ -0,0 +1,20 @@
+--- src/hooks/abstracthook.cc.orig Sun Oct 19 06:57:26 2003
++++ src/hooks/abstracthook.cc Mon Nov 3 19:54:31 2003
+@@ -31,6 +31,7 @@
+ #include "jabberhook.h"
+ #include "rsshook.h"
+ #include "ljhook.h"
++#include "msnhook.h"
+
+ #include "md5.h"
+
+@@ -325,6 +326,9 @@
+ #endif
+ #ifdef BUILD_LJ
+ case livejournal: return lhook;
++#endif
++#ifdef BUILD_MSN
++ case msn: return mhook;
+ #endif
+ }
+