comparison src/log.h @ 7586:c50926062b30

[gaim-migrate @ 8204] fix a typo committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 21 Nov 2003 09:01:15 +0000
parents 219903d29401
children fa6395637e2c
comparison
equal deleted inserted replaced
7585:404f4a4b81da 7586:c50926062b30
175 * 175 *
176 * @param name The name of the log 176 * @param name The name of the log
177 * @param account The account 177 * @param account The account
178 * @return The size in bytes 178 * @return The size in bytes
179 */ 179 */
180 int gaim_log_get_total_log_size(const char *name, GaimAccount *account); 180 int gaim_log_get_total_size(const char *name, GaimAccount *account);
181 /****************************************** 181 /******************************************
182 ** LOGGER FUNCTIONS ********************** 182 ** LOGGER FUNCTIONS **********************
183 ******************************************/ 183 ******************************************/
184 184
185 /** 185 /**