comparison libpurple/protocols/gg/search.h @ 31085:44f53d3fc54f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:42:45 +0000
parents 85fc34efe733
children 34404b2719c5
comparison
equal deleted inserted replaced
31084:8c6a1fa21f43 31085:44f53d3fc54f
139 * Return converted to the UTF-8 value of the specified field. 139 * Return converted to the UTF-8 value of the specified field.
140 * 140 *
141 * @param res Public directory look-up result. 141 * @param res Public directory look-up result.
142 * @param num Id of the record. 142 * @param num Id of the record.
143 * @param fileld Name of the field. 143 * @param fileld Name of the field.
144 * 144 *
145 * @return UTF-8 encoded value of the field. 145 * @return UTF-8 encoded value of the field.
146 */ 146 */
147 char * 147 char *
148 ggp_search_get_result(gg_pubdir50_t res, int num, const char *field); 148 ggp_search_get_result(gg_pubdir50_t res, int num, const char *field);
149 149