summaryrefslogtreecommitdiff
path: root/upb/upb.h
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-08-31 14:57:45 -0700
committerJoshua Haberman <jhaberman@gmail.com>2011-08-31 14:57:45 -0700
commit8eb2b2a2169af97e5182a5a758b09a6e0e0caf37 (patch)
treec40eca7db34be18e069ee521376a6f79ebe78536 /upb/upb.h
parent521ac7a89adb97bcd1781b4131333554ccd4de87 (diff)
Revised upb_bytesink, refactored upb_textprinter (untested).
Diffstat (limited to 'upb/upb.h')
-rw-r--r--upb/upb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/upb.h b/upb/upb.h
index d8ecd9b..708de7c 100644
--- a/upb/upb.h
+++ b/upb/upb.h
@@ -226,7 +226,7 @@ void upb_status_setcode(upb_status *s, upb_errorspace *space, int code);
const char *upb_status_getstr(upb_status *s);
void upb_status_copy(upb_status *to, upb_status *from);
-upb_errorspace upb_posix_errorspace;
+extern upb_errorspace upb_posix_errorspace;
void upb_status_fromerrno(upb_status *status);
// Like vaprintf, but uses *buf (which can be NULL) as a starting point and
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback