diff 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
line wrap: on
line diff
--- a/src/util.h	Wed Nov 19 00:33:01 2003 +0000
+++ b/src/util.h	Wed Nov 19 05:34:50 2003 +0000
@@ -507,6 +507,16 @@
  */
 int gaim_utf8_strcasecmp(const char *a, const char *b);
 
+/**
+ * Checks for messages starting with "/me "
+ *
+ * @param message The message to check
+ * @param len     The message length, or -1
+ *
+ * @return TRUE if it starts with /me, and it has been removed, otherwise FALSE
+ */
+gboolean gaim_message_meify(char *message, size_t len);
+
 /*@}*/
 
 #ifdef __cplusplus