summaryrefslogtreecommitdiff
path: root/include/bio.h
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2010-07-22 11:56:14 +0100
committerforsyth <forsyth@vitanuova.com>2010-07-22 11:56:14 +0100
commitce8e0d607a2bec33fcaac7237d0b5535e5b152a1 (patch)
tree41e7f8c5524e6636b88085bb8d675e041ffd4c52 /include/bio.h
parent98a84ad18808c4c7892dac82539cd678dc45e952 (diff)
20100722
Diffstat (limited to 'include/bio.h')
-rw-r--r--include/bio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bio.h b/include/bio.h
index 775b3e7b..b4e552d8 100644
--- a/include/bio.h
+++ b/include/bio.h
@@ -71,3 +71,5 @@ int Bterm(Biobuf*);
int Bungetc(Biobuf*);
int Bungetrune(Biobuf*);
long Bwrite(Biobuf*, void*, long);
+
+#pragma varargck argpos Bprint 2