From: Robert Spalek Date: Sun, 21 Jan 2001 20:00:58 +0000 (+0000) Subject: declaration cosmetic fix X-Git-Tag: holmes-import~1573 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=a5a87be3c45618e3fabc2447d2dff658a25c55ec;p=libucw.git declaration cosmetic fix --- diff --git a/lib/conf.h b/lib/conf.h index 2cee8f65..01974e5c 100644 --- a/lib/conf.h +++ b/lib/conf.h @@ -10,11 +10,8 @@ * 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