summaryrefslogtreecommitdiff
path: root/lib/version-etc.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-01-21 00:24:52 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-01-21 00:24:52 +0000
commit8463224c96568e4799d56e5f3853c0a2e487fb25 (patch)
treeb8db63ce8a70df6f5c5e42c20490504a260a9b06 /lib/version-etc.h
parent348925857a90662fb2bc8184f301ef16eff8ef80 (diff)
downloadgnulib-8463224c96568e4799d56e5f3853c0a2e487fb25.tar.gz
* MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
* modules/version-etc-fsf: New file. * lib/version-etc-fsf.c: New file, with version_etc_copyright. * lib/version-etc.c: Remove version_etc_copyright. * lib/version-etc.h (version_etc_copyright): Use [] instead of * in prototype.
Diffstat (limited to 'lib/version-etc.h')
-rw-r--r--lib/version-etc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/version-etc.h b/lib/version-etc.h
index d505e75eae..f1acb65870 100644
--- a/lib/version-etc.h
+++ b/lib/version-etc.h
@@ -1,5 +1,5 @@
/* Utility to help print --version output in a consistent format.
- Copyright (C) 1999, 2003 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2003, 2005 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@
# include <stdarg.h>
# include <stdio.h>
-extern const char *version_etc_copyright;
+extern const char version_etc_copyright[];
extern void version_etc_va (FILE *stream,
const char *command_name, const char *package,