]> mj.ucw.cz Git - libucw.git/commitdiff
declaration cosmetic fix
authorRobert Spalek <robert@ucw.cz>
Sun, 21 Jan 2001 20:00:58 +0000 (20:00 +0000)
committerRobert Spalek <robert@ucw.cz>
Sun, 21 Jan 2001 20:00:58 +0000 (20:00 +0000)
lib/conf.h

index 2cee8f651a8b068cf337b98c8effaadd0d5f0422..01974e5c105c5412b520c5e910cfe270d66fde2e 100644 (file)
  * Allocation in configuration memory pool.
  */
 
-void *
-cfg_malloc(uns size);
-
-byte *
-cfg_stralloc(byte *s);
+void *cfg_malloc(uns size);
+byte *cfg_stralloc(byte *s);
 
 /*
  * Every module places its configuration setting into some section.  Section is