From 324d5cce9b8bf4802e7de80badbda410542348d0 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Mon, 22 Jun 2009 17:56:36 -0700 Subject: Renamed upb_struct -> upb_msg, fleshed out its definition. --- upb_msg.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 upb_msg.c (limited to 'upb_msg.c') diff --git a/upb_msg.c b/upb_msg.c new file mode 100644 index 0000000..48b0472 --- /dev/null +++ b/upb_msg.c @@ -0,0 +1,6 @@ +/* + * upb - a minimalist implementation of protocol buffers. + * + */ + +#include "upb_msg.h" -- cgit v1.2.3