]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/cnid_private.h
Fix unnamed union inside struct
[netatalk.git] / include / atalk / cnid_private.h
index 4e0e0b5570fe5503db28144505d2054757064474..f5f825faa362f806e124cf3e0e32280166756a9c 100644 (file)
@@ -67,8 +67,9 @@
  * 0: up to Netatalk 2.1.x
  * 1: starting with 2.2, additional name index, used in cnid_find
  */
-#define CNID_VERSION_0 0
-#define CNID_VERSION_1 1
+#define CNID_VERSION_0               0
+#define CNID_VERSION_1               1
+#define CNID_VERSION_UNINTIALIZED_DB UINT32_MAX
 
 /* Current CNID version */
 #define CNID_VERSION CNID_VERSION_1