diff src/lib/env-util.c @ 903:fd8888f6f037 HEAD

Naming style changes, finally got tired of most of the typedefs. Also the previous enum -> macro change reverted so that we don't use the highest bit anymore, that's incompatible with old indexes so they will be rebuilt.
author Timo Sirainen <tss@iki.fi>
date Sun, 05 Jan 2003 15:09:51 +0200
parents 8afbafd5deac
children ea3f6c93d1a2
line wrap: on
line diff
--- a/src/lib/env-util.c	Sun Jan 05 11:23:13 2003 +0200
+++ b/src/lib/env-util.c	Sun Jan 05 15:09:51 2003 +0200
@@ -28,7 +28,7 @@
 
 #include <stdlib.h>
 
-static Pool pool = NULL;
+static pool_t pool = NULL;
 
 void env_put(const char *env)
 {