]> git.puffer.fish Git - matthieu/frr.git/commitdiff
2004-10-05 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Fri, 8 Oct 2004 01:36:54 +0000 (01:36 +0000)
committerpaul <paul>
Fri, 8 Oct 2004 01:36:54 +0000 (01:36 +0000)
* version.h.in: print_version declaration is here, not in autoconf
  generated version.h.

lib/ChangeLog
lib/version.h.in

index 22f60da8855634580d758427e243c03bf3574e23..c9d96931e3efc4cbed817bf33e48c81d515fc5ba 100644 (file)
@@ -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
index 8b8b9f6e9f8c553c29c774b3f8564729050897c1..a8fc59c403ea2af4e7ada2a29c483d9259d0fa51 100644 (file)
@@ -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 *);