comparison src/gaim.h @ 4004:b2520034b62f

[gaim-migrate @ 4204] No more compiled-in sounds. Thanks, Robot101 committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 27 Nov 2002 18:39:53 +0000
parents bb26226dedcc
children 3ccbdf8e7f8d
comparison
equal deleted inserted replaced
4003:b5947f2716a0 4004:b2520034b62f
329 329
330 /* global sound struct */ 330 /* global sound struct */
331 struct sound_struct { 331 struct sound_struct {
332 char *label; 332 char *label;
333 guint opt; 333 guint opt;
334 unsigned char *snd; 334 char *def;
335 size_t snd_size;
336 }; 335 };
337 extern struct sound_struct sounds[]; 336 extern struct sound_struct sounds[];
338 337
339 extern guint away_options; 338 extern guint away_options;
340 #define OPT_AWAY_DISCARD 0x00000001 339 #define OPT_AWAY_DISCARD 0x00000001