r15387: Fix installation of dcerpc headers, remove more instances of uint_t
[nivanova/samba-autobuild/.git] / source4 / ntvfs / simple / svfs.h
index 373e6dc126348003d83bbece0bdf2fcc8b7dd90f..74e7b6c4529676aa4ef0be5c2093899e37f240c0 100644 (file)
@@ -13,9 +13,9 @@ struct svfs_private {
 };
 
 struct svfs_dir {
-       uint_t count;
+       unsigned int count;
        char *unix_dir;
-       struct {
+       struct svfs_dirfile {
                char *name;
                struct stat st;
        } *files;
@@ -29,8 +29,7 @@ struct svfs_file {
 
 struct search_state {
        struct search_state *next, *prev;
-       TALLOC_CTX *mem_ctx;
        uint16_t handle;
-       uint_t current_index;
+       unsigned int current_index;
        struct svfs_dir *dir;
 };