6b43aa6217
PR: 32703 Submitted by: maintainer
21 lines
377 B
Plaintext
21 lines
377 B
Plaintext
--- Shout.xs.orig Tue Dec 11 12:36:56 2001
|
|
+++ Shout.xs Tue Dec 11 12:37:20 2001
|
|
@@ -200,13 +200,15 @@
|
|
CODE:
|
|
self->aim = strdup(str);
|
|
|
|
-void shout_set_icq(self, str)
|
|
+void
|
|
+shout_set_icq(self, str)
|
|
shout_conn_t *self
|
|
char *str
|
|
CODE:
|
|
self->icq = strdup(str);
|
|
|
|
-void shout_set_irc(self, str)
|
|
+void
|
|
+shout_set_irc(self, str)
|
|
shout_conn_t *self
|
|
char *str
|
|
CODE:
|