summaryrefslogtreecommitdiff
path: root/msg.c
diff options
context:
space:
mode:
authorAntti-Juhani Kaijanaho <ajk@debian.org>2006-01-28 21:53:39 +0100
committerAntti-Juhani Kaijanaho <ajk@debian.org>2006-01-28 21:53:39 +0100
commitecb0f5b97014c8b010bfd1dfbd0e97b5b7a925ac (patch)
treea7f701278a81c5bcfc206cf2d5830ffb257f0838 /msg.c
parentb93a059e177d57e6fa523aeea67fabf61e5220e0 (diff)
downloaddctrl-tools-ecb0f5b97014c8b010bfd1dfbd0e97b5b7a925ac.tar.gz
Import 2.2
Diffstat (limited to 'msg.c')
-rw-r--r--msg.c15
1 files changed, 5 insertions, 10 deletions
diff --git a/msg.c b/msg.c
index 85e8382..42d47e8 100644
--- a/msg.c
+++ b/msg.c
@@ -1,5 +1,5 @@
/* grep-dctrl - grep Debian control files
- Copyright (C) 1999, 2004 Antti-Juhani Kaijanaho
+ Copyright (C) 1999 Antti-Juhani Kaijanaho
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
@@ -18,8 +18,8 @@
The author can be reached via mail at (ISO 8859-1 charset for the city)
Antti-Juhani Kaijanaho
- Helokantie 1 A 16
- FIN-40640 JYVÄSKYLÄ
+ Helvintie 2 e as 9
+ FIN-40500 JYVÄSKYLÄ
FINLAND
EUROPE
and via electronic mail from
@@ -34,17 +34,12 @@
#include <stdbool.h>
+bool errors = false;
+
#include <assert.h>
#include <string.h>
#include "msg.h"
-#define PROGNAME_MAXLEN 64
-
-bool errors = false;
-
-int loglevel = L_IMPORTANT;
-char progname [PROGNAME_MAXLEN];
-
struct str2int_avec_t {
const char * str;
int integer;