summaryrefslogtreecommitdiff
path: root/upb/upb.h
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2014-06-26 20:24:32 -0700
committerJosh Haberman <jhaberman@gmail.com>2014-06-26 20:24:32 -0700
commit2d10fa33071d52d7a35ce3b13bc459cd16a0aa33 (patch)
treebf47d38e2e1cc8ddb4711b23b26e7fd10742e07d /upb/upb.h
parent7d565f1e7a0f107506d3cf31ef2e33e22a504d2b (diff)
Sync from internal Google development.
Diffstat (limited to 'upb/upb.h')
-rw-r--r--upb/upb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/upb/upb.h b/upb/upb.h
index aa109dd..c084b19 100644
--- a/upb/upb.h
+++ b/upb/upb.h
@@ -80,6 +80,8 @@
// debug mode.
#define UPB_ASSERT_VAR(var, predicate) UPB_UNUSED(var); assert(predicate)
+// Generic function type.
+typedef void upb_func();
/* Casts **********************************************************************/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback