]> git.saurik.com Git - apple/libc.git/blobdiff - db/hash/FreeBSD/hash.h
Libc-825.24.tar.gz
[apple/libc.git] / db / hash / FreeBSD / hash.h
index f8ea5caef0a13a43582871d27fbf36012df8acdb..e4f77c2bf618e485565ebe156c55f34f1c52f363 100644 (file)
@@ -113,6 +113,8 @@ typedef struct htab  {              /* Memory resident data structure */
                                         * allocate */
        BUFHEAD         bufhead;        /* Header of buffer lru list */
        SEGMENT         *dir;           /* Hash Bucket directory */
+                                       /* other flags */
+       int             nextkey_eof :1; /* dbm_nextkey() reached EOF */
 } HTAB;
 
 /*