http://ftp.x.org/contrib/applications/xscreensaver-3.20.tar.gz
[xscreensaver] / utils / resources.h
index 6179565ee0a824147cb1a4f06dd86ff8c934ff6a..0d97d569852073b8010ff78769957ce7e47dd7f4 100644 (file)
@@ -1,4 +1,4 @@
-/* xscreensaver, Copyright (c) 1992, 1997 Jamie Zawinski <jwz@netscape.com>
+/* xscreensaver, Copyright (c) 1992, 1997 Jamie Zawinski <jwz@jwz.org>
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that
@@ -19,6 +19,7 @@ extern double get_float_resource (char*,char*);
 extern unsigned int get_pixel_resource (char*,char*,Display*,Colormap);
 extern unsigned int get_minutes_resource (char*,char*);
 extern unsigned int get_seconds_resource (char*,char*);
-extern int parse_time (char *string, Bool seconds_default_p, Bool silent_p);
+extern int parse_time (const char *string, Bool seconds_default_p,
+                       Bool silent_p);
 
 #endif /* __XSCREENSAVER_RESOURCES_H__ */