diff src/protocols/gg/search.h @ 12007:8724718d387f

[gaim-migrate @ 14300] Further updates to gg from Bartosz Oler. This makes the login and token retrieval processes asynchronous. There are also some encoding fixes and various cleanups. There are some changes from me to make it work on win32. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 08 Nov 2005 19:45:09 +0000
parents d5599677bf32
children fc464a0abccc
line wrap: on
line diff
--- a/src/protocols/gg/search.h	Tue Nov 08 18:56:15 2005 +0000
+++ b/src/protocols/gg/search.h	Tue Nov 08 19:45:09 2005 +0000
@@ -67,11 +67,11 @@
 /*
  * Return converted to the UTF-8 value of the specified field.
  *
- * @param res    Public directory look-up result
- * @param num    Id of the record
- * @param fileld Name of the field
+ * @param res    Public directory look-up result.
+ * @param num    Id of the record.
+ * @param fileld Name of the field.
  * 
- * @return UTF-8 encoded value of the field
+ * @return UTF-8 encoded value of the field.
  */
 char *
 ggp_search_get_result(gg_pubdir50_t res, int num, const char *field);
@@ -79,4 +79,4 @@
 
 #endif /* _GAIM_GG_SEARCH_H */
 
-/* vim: set ts=4 sts=0 sw=4 noet: */
+/* vim: set ts=8 sts=0 sw=8 noet: */