comparison mcabber/mcabber/caps.c @ 1729:e6e89b1d7831

Minor style and header updates
author Mikael Berthe <mikael@lilotux.net>
date Sun, 28 Feb 2010 15:19:27 +0100
parents 41c26b7d2890
children e6d355e50d7a
comparison
equal deleted inserted replaced
1728:15b3834cbe5f 1729:e6e89b1d7831
132 gint _strcmp_sort(gconstpointer a, gconstpointer b) 132 gint _strcmp_sort(gconstpointer a, gconstpointer b)
133 { 133 {
134 return g_strcmp0(a, b); 134 return g_strcmp0(a, b);
135 } 135 }
136 136
137 //generates the sha1 hash for the special capability "" and returns it 137 // Generates the sha1 hash for the special capability "" and returns it
138 const char *caps_generate(void) 138 const char *caps_generate(void)
139 { 139 {
140 char *identity; 140 char *identity;
141 GList *features; 141 GList *features;
142 GChecksum *sha1; 142 GChecksum *sha1;