summaryrefslogtreecommitdiffstats
path: root/audio/p5-Shout/files/patch-ab
blob: 3b36ab4866a4defd1bdeec2a74df2a3732291a6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- 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:
OpenPOWER on IntegriCloud