X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Futil.h;fp=common-src%2Futil.h;h=029def0a99f7c97063925f8475680fb8f82c7e4f;hb=71325c297e0436e9930a3e129a26696e78c27f62;hp=4ebe39cab50bf78685ff25f4f5edbf21ca8ba2ad;hpb=12179dea039515c06168c0037d048566a3f623de;p=debian%2Famanda diff --git a/common-src/util.h b/common-src/util.h index 4ebe39c..029def0 100644 --- a/common-src/util.h +++ b/common-src/util.h @@ -24,7 +24,7 @@ * file named AUTHORS, in the root directory of this distribution. */ /* - * $Id: util.h,v 1.17 2006/07/26 15:17:36 martinea Exp $ + * $Id: util.h,v 1.17.2.1 2006/09/21 11:12:21 martinea Exp $ */ #ifndef UTIL_H #define UTIL_H @@ -208,7 +208,7 @@ typedef struct { /* token table entry */ tok_t token; } keytab_t; -keytab_t *keytable; +extern keytab_t *keytable; typedef struct { char *name;