]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/conf.h
Libucw supports installation
[libucw.git] / ucw / conf.h
index be52c0d51219900d45eb8d8a99278dc1f2a6e7bb..301b470177f9ea3c6143f7941509b9b0030bb47b 100644 (file)
@@ -109,6 +109,8 @@ struct cf_section {                 /** A section. **/
  * save some typing.
  */
 
+// TODO
+
 /* Declaration of cf_section */
 #define CF_TYPE(s)     .size = sizeof(s)
 #define CF_INIT(f)     .init = (cf_hook*) f