Update of /cvsroot/gaim/gaim/src/protocols/oscar
In directory usw-pr-cvs1:/tmp/cvs-serv24052/src/protocols/oscar
Modified Files:
oscar.c
Log Message:
Maybe this totally sucks, maybe it doesn't. If you like this, please let me know.
If you have geniunely sincere constructive criticism, then approach me in a nic way.
If you think it sucks then you can build yourself a wee little bridge and get the hell on over it.
Index: oscar.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/oscar/oscar.c,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- oscar.c 12 Mar 2002 21:22:56 -0000 1.114
+++ oscar.c 13 Mar 2002 04:06:23 -0000 1.115
@@ -3548,6 +3548,8 @@
g_free(dim);
}
+
+
static struct prpl *my_protocol = NULL;
void oscar_init(struct prpl *ret) {
|