diff libpurple/plugins/perl/common/module.h @ 16750:39c7bb133a9f

Remove the const-c and const-xs stuff and replace it with real constants exposed to perl.
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 01 May 2007 02:34:22 +0000
parents 32c366eeeb99
children ae2edfa3de1f
line wrap: on
line diff
--- a/libpurple/plugins/perl/common/module.h	Mon Apr 30 05:06:29 2007 +0000
+++ b/libpurple/plugins/perl/common/module.h	Tue May 01 02:34:22 2007 +0000
@@ -276,3 +276,7 @@
 
 typedef gchar gchar_own;
 
+typedef struct _constiv {
+	const char *name;
+	IV iv;
+} constiv;