libpurple/plugins/perl/common/module.h

changeset 16773
e1171eb45f07
parent 15884
4de1981757fc
child 17212
29c5fc5e0cdc
child 18068
b6554e3c8224
equal deleted inserted replaced
16772:1f0524cd66b3 16773:e1171eb45f07
274 /* other */ 274 /* other */
275 typedef void * Purple__Handle; 275 typedef void * Purple__Handle;
276 276
277 typedef gchar gchar_own; 277 typedef gchar gchar_own;
278 278
279 typedef struct _constiv {
280 const char *name;
281 IV iv;
282 } constiv;

mercurial