summaryrefslogtreecommitdiff
path: root/upb_msg.c
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-06-22 17:56:36 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-06-22 17:56:36 -0700
commit324d5cce9b8bf4802e7de80badbda410542348d0 (patch)
tree14df3129562ed6049945b9995e3cefe6244a2a66 /upb_msg.c
parent7ccb32c30577df22043d05126144f1dd5829255f (diff)
Renamed upb_struct -> upb_msg, fleshed out its definition.
Diffstat (limited to 'upb_msg.c')
-rw-r--r--upb_msg.c6
1 files changed, 6 insertions, 0 deletions
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"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback