From 8eb2b2a2169af97e5182a5a758b09a6e0e0caf37 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Wed, 31 Aug 2011 14:57:45 -0700 Subject: Revised upb_bytesink, refactored upb_textprinter (untested). --- upb/upb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upb/upb.h') 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 -- cgit v1.2.3