From 1e972d40f1d1d7833228c64a4c694a1777c99911 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Fri, 18 Feb 2011 19:21:19 -0800 Subject: Bring lua extension up to date with new symtab APIs. --- src/upb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/upb.h') diff --git a/src/upb.h b/src/upb.h index 0698748..fe576eb 100644 --- a/src/upb.h +++ b/src/upb.h @@ -265,6 +265,8 @@ INLINE void upb_status_init(upb_status *status) { void upb_status_uninit(upb_status *status); +// Caller owns a ref on the returned string. +upb_string *upb_status_tostring(upb_status *status); void upb_printerr(upb_status *status); void upb_clearerr(upb_status *status); void upb_seterr(upb_status *status, enum upb_status_code code, const char *msg, -- cgit v1.2.3