comparison src/util.c @ 2370:25e7c2a68ed2

[gaim-migrate @ 2383] moving gtk out of perl and sound. i don't know why i'm moving it out of sound though. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 27 Sep 2001 09:20:47 +0000
parents bd9d403fb15b
children db02399a9ad7
comparison
equal deleted inserted replaced
2369:117e9f0950b6 2370:25e7c2a68ed2
740 strftime(date, sizeof(date), "%H:%M:%S", localtime(&tme)); 740 strftime(date, sizeof(date), "%H:%M:%S", localtime(&tme));
741 return date; 741 return date;
742 } 742 }
743 743
744 744
745 gint clean_pid(void *dummy) 745 gboolean clean_pid(gpointer dummy)
746 { 746 {
747 int status; 747 int status;
748 pid_t pid; 748 pid_t pid;
749 749
750 pid = waitpid(-1, &status, WNOHANG); 750 pid = waitpid(-1, &status, WNOHANG);