From c5f76721ce9d10b127d54e127ac34e555c749465 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 10 Nov 2013 18:48:55 +0000 Subject: Fixed compile error for -Wduplicate-decl-specifier on OSX --- src/xmpp/roster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xmpp/roster.c') diff --git a/src/xmpp/roster.c b/src/xmpp/roster.c index c073464d..5fbb7be7 100644 --- a/src/xmpp/roster.c +++ b/src/xmpp/roster.c @@ -518,7 +518,7 @@ roster_barejid_from_name(const char * const name) } PContact -roster_get_contact(const char const *barejid) +roster_get_contact(const char * const barejid) { return g_hash_table_lookup(contacts, barejid); } -- cgit 1.4.1-2-gfad0 8278c5e94ae35d232412351f23de45d5c9c4'/> Unnamed repository; edit this file 'description' to name the repository.
about summary refs log tree commit diff stats
path: root/samples/jumpsUnix.html
blob: 4c5359e48feb7ae7de04d6db7deffb4f4afe1101 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56