comparison src/util.h @ 7564:54b370f7d9bf

[gaim-migrate @ 8180] /me-ify logs, and maybe fix the random directories problem. maybe. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 19 Nov 2003 05:34:50 +0000
parents 3c21f3084ff0
children 3ae88e96dde2
comparison
equal deleted inserted replaced
7563:cb9c3b6d6de9 7564:54b370f7d9bf
505 * 0 if @a is equal to @a b. 505 * 0 if @a is equal to @a b.
506 * 1 if @a is greater than @a b. 506 * 1 if @a is greater than @a b.
507 */ 507 */
508 int gaim_utf8_strcasecmp(const char *a, const char *b); 508 int gaim_utf8_strcasecmp(const char *a, const char *b);
509 509
510 /**
511 * Checks for messages starting with "/me "
512 *
513 * @param message The message to check
514 * @param len The message length, or -1
515 *
516 * @return TRUE if it starts with /me, and it has been removed, otherwise FALSE
517 */
518 gboolean gaim_message_meify(char *message, size_t len);
519
510 /*@}*/ 520 /*@}*/
511 521
512 #ifdef __cplusplus 522 #ifdef __cplusplus
513 } 523 }
514 #endif 524 #endif