- cleanup (oops)
authorMichael Schroeder <mls@suse.de>
Fri, 30 May 2008 17:45:51 +0000 (17:45 +0000)
committerMichael Schroeder <mls@suse.de>
Fri, 30 May 2008 17:45:51 +0000 (17:45 +0000)
src/dirpool.c
src/dirpool.h

index 1eb4a62..91ad07b 100644 (file)
 
 #include "pool.h"
 #include "util.h"
+#include "dirpool.h"
 
 #define DIR_BLOCK 127
 
-typedef struct _Dirpool {
-  Id *dirs;
-  int ndirs;
-  Id *dirtraverse;
-} Dirpool;
-
 void
 dirpool_create(Dirpool *dp)
 {
index 9cec770..df16ade 100644 (file)
@@ -11,8 +11,6 @@
 #include "pooltypes.h"
 #include "util.h"
 
-#define DIR_BLOCK 127
-
 typedef struct _Dirpool {
   Id *dirs;
   int ndirs;