blob: b3f517608e94a8eb528f25cd79af337433ac4dee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ba,v 1.1.1.1 2002/05/02 13:28:15 bouyer Exp $
--- common-src/token.h.orig Sun Feb 10 13:49:54 2002
+++ common-src/token.h Tue Apr 30 11:18:43 2002
@@ -43,7 +43,7 @@
__attribute__ ((format (printf, 2, 3)));
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));
|