summaryrefslogtreecommitdiff
path: root/src/utils/lookbib/lookbib.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/lookbib/lookbib.cc')
-rw-r--r--src/utils/lookbib/lookbib.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/lookbib/lookbib.cc b/src/utils/lookbib/lookbib.cc
index 103cd0b5..b742a4bd 100644
--- a/src/utils/lookbib/lookbib.cc
+++ b/src/utils/lookbib/lookbib.cc
@@ -34,6 +34,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
extern "C" {
int isatty(int);
+ const char *Version_string;
}
static void usage(FILE *stream)
@@ -76,7 +77,6 @@ int main(int argc, char **argv)
}
case 'v':
{
- extern const char *Version_string;
printf("GNU lookbib (groff) version %s\n", Version_string);
exit(0);
break;