]> mj.ucw.cz Git - libucw.git/blobdiff - lib/fb-temp.c
Use big_alloc().
[libucw.git] / lib / fb-temp.c
index f7b14483e172bca0b172e5c1b5373093a50e45e6..b8189ab933497315eb71aef37201fcb4d3c30b5f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Temporary Fastbufs
+ *     UCW Library -- Temporary Fastbufs
  *
  *     (c) 2002--2004 Martin Mares <mj@ucw.cz>
  *
 
 static byte *temp_template = "/tmp/temp%d.%d";
 
-static struct cfitem temp_config[] = {
-  { "Tempfiles",       CT_SECTION,     NULL },
-  { "Template",                CT_STRING,      &temp_template },
-  { NULL,              CT_STOP,        NULL }
+static struct cf_section temp_config = {
+  CF_ITEMS {
+    CF_STRING("Template", &temp_template),
+    CF_END
+  }
 };
 
 static void CONSTRUCTOR temp_init_config(void)
 {
-  cf_register(temp_config);
+  cf_declare_section("Tempfiles", &temp_config, 0);
 }
 
 struct fastbuf *