blob: 5ac0ee51d7e3b2deaaeb8e474cb593c4a5cc77d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
Patch from upstream CVS, slightly modified
===================================================================
RCS file: /cvsroot/xchat/xchat2/src/fe-text/fe-text.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- xchat/xchat2/src/fe-text/fe-text.c 2005/11/04 03:39:23 1.27
+++ xchat/xchat2/src/fe-text/fe-text.c 2006/01/11 05:34:09 1.28
@@ -667,6 +667,14 @@
{
}
void
+joind (int action, server *serv)
+{
+}
+void
+fe_userlist_set_selected (struct session *sess)
+{
+}
+void
fe_dcc_add (struct DCC *dcc)
{
}
|