$NetBSD: patch-ba,v 1.1 2001/03/15 20:08:46 mjl Exp $ --- common-src/token.h.orig Thu Mar 15 20:30:31 2001 +++ common-src/token.h Thu Mar 15 20:30:43 2001 @@ -42,7 +42,7 @@ extern char *quotef P((char *sep, char *format, ...)); extern char *quote P((char *sep, char *str)); extern char *rxquote P((char *str)); -extern char *shquote P((char *str)); +extern char *am_shquote P((char *str)); extern int table_lookup P((table_t *table, char *str)); extern char *table_lookup_r P((table_t *table, int val));