http://www.ibiblio.org/pub/historic-linux/ftp-archives/sunsite.unc.edu/Sep-29-1996...
[xscreensaver] / driver / stderr.c
index 2d18248779dcf7dd87c7e460e9b2606503bbff9f..7d5fc1366c0f7e4fc54f59ddf9d430d4f2389d74 100644 (file)
@@ -1,4 +1,4 @@
-/* xscreensaver, Copyright (c) 1991-1995 Jamie Zawinski <jwz@mcom.com>
+/* xscreensaver, Copyright (c) 1991-1995 Jamie Zawinski <jwz@netscape.com>
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that
@@ -159,7 +159,10 @@ stderr_popup_timer_fn (closure, id)
 
 
 static void
-stderr_callback (XtPointer closure, int *fd, XtIntervalId *id)
+stderr_callback (closure, fd, id)
+     XtPointer closure;
+     int *fd;
+     XtIntervalId *id;
 {
   char *s;
   int left;