diff libpurple/protocols/mxit/mxit.h @ 31963:7119b2c43637

Improve searching.
author andrew.victor@mxit.com
date Mon, 18 Apr 2011 19:38:21 +0000
parents 80bbed4cb649
children 93cb9f408df4
line wrap: on
line diff
--- a/libpurple/protocols/mxit/mxit.h	Tue Apr 12 22:01:54 2011 +0000
+++ b/libpurple/protocols/mxit/mxit.h	Mon Apr 18 19:38:21 2011 +0000
@@ -107,6 +107,10 @@
 #define		MXIT_FLAG_FIRSTROSTER		0x04		/* set to true once the first roster update has been received and processed */
 
 
+/* Maximum number of search results */
+#define		MXIT_SEARCHRESULTS_MAX		30
+
+
 /* define this to enable the link clicking support */
 #define		MXIT_LINK_CLICK