summaryrefslogtreecommitdiff
path: root/net/ayttm/files/patch-modules::yahoo2::libyahoo2::yahoo2_callbacks.h
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-02-13 08:03:26 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-02-13 08:03:26 +0000
commit4b46d748db1c2151e41b85b704fabea5b0f02c92 (patch)
tree31998b15064a936fb7f62e076162444ea6c80510 /net/ayttm/files/patch-modules::yahoo2::libyahoo2::yahoo2_callbacks.h
parentUpdate to 0.30 (Based on SQLite 2.8.11). (diff)
Fix build on non-i386 arch.
PR: ports/62534 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=100827
Diffstat (limited to 'net/ayttm/files/patch-modules::yahoo2::libyahoo2::yahoo2_callbacks.h')
-rw-r--r--net/ayttm/files/patch-modules::yahoo2::libyahoo2::yahoo2_callbacks.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/ayttm/files/patch-modules::yahoo2::libyahoo2::yahoo2_callbacks.h b/net/ayttm/files/patch-modules::yahoo2::libyahoo2::yahoo2_callbacks.h
new file mode 100644
index 000000000000..a9fc1bd4b9a3
--- /dev/null
+++ b/net/ayttm/files/patch-modules::yahoo2::libyahoo2::yahoo2_callbacks.h
@@ -0,0 +1,14 @@
+--- modules/yahoo2/libyahoo2/yahoo2_callbacks.h.orig Fri Jan 16 14:39:19 2004
++++ modules/yahoo2/libyahoo2/yahoo2_callbacks.h Sun Feb 8 01:03:04 2004
+@@ -629,9 +629,10 @@
+ * Name: ext_yahoo_remove_handler
+ * Remove the listener for the fd.
+ * Params:
++ * id - the id that identifies the connection
+ * tag - the handler tag to remove
+ */
+-void YAHOO_CALLBACK_TYPE(ext_yahoo_remove_handler)(int tag);
++void YAHOO_CALLBACK_TYPE(ext_yahoo_remove_handler)(int id, int tag);
+
+
+