aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/fmt/fmtdef.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-05-22 14:54:34 +0000
committerrsc <devnull@localhost>2006-05-22 14:54:34 +0000
commite17e1a71c2923717723f7038d6e123b6452e0b13 (patch)
treead086b35c4d054b75d17fb621e322d7b6b883c98 /src/lib9/fmt/fmtdef.h
parentf8955f181efa175573ccecc71a19464fdba50ef5 (diff)
downloadplan9port-e17e1a71c2923717723f7038d6e123b6452e0b13.tar.gz
plan9port-e17e1a71c2923717723f7038d6e123b6452e0b13.tar.bz2
plan9port-e17e1a71c2923717723f7038d6e123b6452e0b13.zip
incorporate changes from Google
Diffstat (limited to 'src/lib9/fmt/fmtdef.h')
-rw-r--r--src/lib9/fmt/fmtdef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib9/fmt/fmtdef.h b/src/lib9/fmt/fmtdef.h
index 13d7f81e..1519ea42 100644
--- a/src/lib9/fmt/fmtdef.h
+++ b/src/lib9/fmt/fmtdef.h
@@ -41,6 +41,7 @@ void __fmtunlock(void);
int __ifmt(Fmt *f);
int __isInf(double d, int sign);
int __isNaN(double d);
+int __needsep(int*, char**);
int __needsquotes(char *s, int *quotelenp);
int __percentfmt(Fmt *f);
void __quotesetup(char *s, Rune *r, int nin, int nout, Quoteinfo *q, int sharp, int runesout);