]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
- 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 1eb4a6265695be4efcf688ee022ce093ffcc2c02..91ad07b0f061839dd83463affc44fd2e49054e5b 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 9cec77049c09e1eeaa5798781eb4b264e6f3565d..df16ade3acc4acc0c6c4f1556dab462c6dc18639 100644 (file)
@@ -11,8 +11,6 @@
 #include "pooltypes.h"
 #include "util.h"
 
-#define DIR_BLOCK 127
-
 typedef struct _Dirpool {
   Id *dirs;
   int ndirs;