changeset 16743:435918bfed0f

Add field type codes.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sun, 20 May 2007 19:08:26 +0000
parents 2e0bd3e6f2c7
children a8e8482a2dc6
files libpurple/protocols/myspace/myspace.h
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h	Sun May 20 08:21:01 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Sun May 20 19:08:26 2007 +0000
@@ -38,6 +38,15 @@
 
 /* Constants */
 
+/* Protocol field types */
+#define MSIM_TYPE_INTEGER		0
+#define MSIM_TYPE_STRING		1
+#define MSIM_TYPE_BINARY		2
+#define MSIM_TYPE_BOOLEAN		3
+#define MSIM_TYPE_DICTIONARY	4
+#define MSIM_TYPE_LIST			5
+
+
 /* Statuses */
 #define MSIM_STATUS_ONLINE      "online"
 #define MSIM_STATUS_AWAY        "away"