diff libpurple/protocols/qq/crypt.h @ 23050:9a5d140400f1

patch-02-fix-multiarch
author SHiNE CsyFeK <csyfek@gmail.com>
date Tue, 24 Jun 2008 11:58:57 +0000
parents 217fffe3f46f
children 1c50f12b1c52
line wrap: on
line diff
--- a/libpurple/protocols/qq/crypt.h	Sat Jun 21 16:34:02 2008 +0000
+++ b/libpurple/protocols/qq/crypt.h	Tue Jun 24 11:58:57 2008 +0000
@@ -35,4 +35,13 @@
 		const guint8 *const key,
 		guint8 *outstr, gint *outstrlen_ptr);
 		
+/*
+#define DECRYPT 0x00
+#define ENCRYPT 0x01
+
+gint qq_crypt(gint flag,
+	     const guint8 *const instr, gint instrlen, 
+	     const guint8 *const key, 
+	     guint8 *outstr, gint *outstrlen_ptr);
+*/
 #endif