X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Ftoken.h;fp=common-src%2Ftoken.h;h=6e33b7b3107ca96f8a51990058a065269a6c3d21;hb=1194fb66aa28d9929c3f2bef3cc6c1c3f40a60a4;hp=5a3f9254240c75fa1d652ea4a76448e309e3e084;hpb=2df780bff19c457b0debb7adc29972a0bc2a5dc2;p=debian%2Famanda diff --git a/common-src/token.h b/common-src/token.h index 5a3f925..6e33b7b 100644 --- a/common-src/token.h +++ b/common-src/token.h @@ -24,7 +24,7 @@ * file named AUTHORS, in the root directory of this distribution. */ /* - * $Id: token.h,v 1.10.8.3 2003/12/16 22:36:45 martinea Exp $ + * $Id: token.h,v 1.12 2003/03/26 20:17:13 kovert Exp $ * * interface to token module */ @@ -43,7 +43,7 @@ extern char *quotef P((char *sep, char *format, ...)) __attribute__ ((format (printf, 2, 3))); extern char *quote P((char *sep, char *str)); extern char *rxquote P((char *str)); -#ifndef HAVE_SHQUOTE_DECL +#ifndef HAVE_SHQUOTE extern char *shquote P((char *str)); #endif extern int table_lookup P((table_t *table, char *str));