comparison src/sound.c @ 3076:a7e03c5d2205

[gaim-migrate @ 3090] CLeaner PID stuff. Thanks, BMIller :) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 17 Mar 2002 22:23:18 +0000
parents 359b4cd0e766
children 16c2ad1a15ce
comparison
equal deleted inserted replaced
3075:c0928d7fdcf9 3076:a7e03c5d2205
461 play_audio_file(filename); 461 play_audio_file(filename);
462 _exit(0); 462 _exit(0);
463 } 463 }
464 464
465 _exit(0); 465 _exit(0);
466 } else {
467 g_timeout_add(100, clean_pid, NULL);
468 } 466 }
469 } 467 }
470 468
471 void play(unsigned char *data, int size) 469 void play(unsigned char *data, int size)
472 { 470 {
531 _exit(0); 529 _exit(0);
532 } 530 }
533 } 531 }
534 532
535 _exit(0); 533 _exit(0);
536 } else {
537 g_timeout_add(100, clean_pid, NULL);
538 } 534 }
539 } 535 }
540 536
541 extern int logins_not_muted; 537 extern int logins_not_muted;
542 538