aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/quote.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-03-02 16:58:49 +0000
committerrsc <devnull@localhost>2004-03-02 16:58:49 +0000
commit53dbac948575b07e95d184bbfbe4d8953c5ccc4c (patch)
tree944d40433c981b574750f81d66cce261a8e84939 /src/lib9/quote.c
parent6e2cec77b292cc2285e369ec01faa877ea91dbdd (diff)
downloadplan9port-53dbac948575b07e95d184bbfbe4d8953c5ccc4c.tar.gz
plan9port-53dbac948575b07e95d184bbfbe4d8953c5ccc4c.tar.bz2
plan9port-53dbac948575b07e95d184bbfbe4d8953c5ccc4c.zip
Tweaks for the Macintosh.
Diffstat (limited to 'src/lib9/quote.c')
-rw-r--r--src/lib9/quote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib9/quote.c b/src/lib9/quote.c
index 4467377a..32f434c4 100644
--- a/src/lib9/quote.c
+++ b/src/lib9/quote.c
@@ -1,9 +1,9 @@
#include <u.h>
#include <libc.h>
-int (*doquote)(int);
/* in libfmt */
+extern int (*doquote)(int);
extern int __needsquotes(char*, int*);
extern int __runeneedsquotes(Rune*, int*);