2004-10-05 Paul Jakma <paul@dishone.st>

	* version.h.in: print_version declaration is here, not in autoconf
	  generated version.h.
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 22f60da..c9d9693 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-05 Paul Jakma <paul@dishone.st>
+
+	* version.h.in: print_version declaration is here, not in automake
+	  generated version.h.
+
 2004-10-08 Hasso Tepper <hasso at quagga.net>
 
 	* command.c, command.h: Make argument of cmd_make_strvec function
diff --git a/lib/version.h.in b/lib/version.h.in
index 8b8b9f6..a8fc59c 100644
--- a/lib/version.h.in
+++ b/lib/version.h.in
@@ -32,7 +32,7 @@
 
 extern char *host_name;
 
-void print_version(char *);
+void print_version (const char *);
 pid_t pid_output (char *);
 pid_t pid_output_lock (char *);