]> mj.ucw.cz Git - libucw.git/blobdiff - lib/conf2.h
conf2: dumper of the configuration polished; support printing names of user types
[libucw.git] / lib / conf2.h
index 17c0912b3ce44b5ed42575c51087b0e6911f14e0..3da4ce6c40bede4afdd2b72b717d44bc4e63577d 100644 (file)
@@ -53,6 +53,7 @@ typedef void cf_dumper1(struct fastbuf *fb, void *ptr);
 
 struct cf_user_type {
   uns size;                            // of the parsed attribute
+  byte *name;                          // name of the type (for dumping)
   cf_parser1 *parser;                  // how to parse it
   cf_dumper1 *dumper;                  // how to dump the type
 };