libpurple/protocols/gg/gg-utils.h

branch
soc.2012.gg
changeset 33298
519acf37d16e
parent 32438
dc8991868906
--- a/libpurple/protocols/gg/gg-utils.h	Mon Jun 25 18:28:55 2012 +0200
+++ b/libpurple/protocols/gg/gg-utils.h	Tue Jun 26 22:38:37 2012 +0200
@@ -37,6 +37,7 @@
 
 #include "gg.h"
 
+#define GGP_UIN_LEN_MAX 10
 
 /**
  * Convert a base 10 string to a UIN.
@@ -48,6 +49,8 @@
 uin_t
 ggp_str_to_uin(const char *str);
 
+const char * ggp_uin_to_str(uin_t uin);
+
 /**
  * Calculate size of a NULL-terminated array.
  *

mercurial