Added comment about unhandled bits of LmMessage
authorMikael Hallendal <micke@imendio.com>
Wed, 09 Apr 2008 20:01:36 +0200
changeset 362 586b54d0f21e
parent 361 8a820e5155eb
child 363 6d53af6c3227
Added comment about unhandled bits of LmMessage
bindings/ruby/rlm-message.c
--- a/bindings/ruby/rlm-message.c	Wed Apr 09 19:59:35 2008 +0200
+++ b/bindings/ruby/rlm-message.c	Wed Apr 09 20:01:36 2008 +0200
@@ -1,5 +1,7 @@
 #include "rloudmouth.h"
 
+/* How to handle type, sub_type and root node*/
+
 typedef struct {
 	LmMessage *message;
 } MsgWrapper;