diff src/util.h @ 7889:7e1bb4deca24

[gaim-migrate @ 8547] if we're gonna have mnemonics, let's use 'em! (there was going to be a clever play on words there, but it's 4:30, so it's not gonna happen) committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 17 Dec 2003 09:33:05 +0000
parents ea8a104c053d
children fa6395637e2c
line wrap: on
line diff
--- a/src/util.h	Tue Dec 16 05:41:30 2003 +0000
+++ b/src/util.h	Wed Dec 17 09:33:05 2003 +0000
@@ -590,6 +590,16 @@
  */
 gboolean gaim_message_meify(char *message, size_t len);
 
+/**
+ * Removes the underscore characters from a string used identify the mnemonic
+ * character.
+ *
+ * @param in  The string to strip
+ *
+ * @return The stripped string
+ */
+char * gaim_text_strip_mnemonic(const char *in);
+
 /*@}*/
 
 #ifdef __cplusplus