X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fatalk%2Fcnid_dbd_private.h;h=b61f7a8ce6e3d1d65275c4c01537ac967c6a3894;hb=bcb41b85b62fcc24337c9a7748dd64c10044fe46;hp=e1464125559be481d431168b3541f29394bc4200;hpb=03d38064d07cde04b85a2049281186f1f814c583;p=netatalk.git diff --git a/include/atalk/cnid_dbd_private.h b/include/atalk/cnid_dbd_private.h index e1464125..b61f7a8c 100644 --- a/include/atalk/cnid_dbd_private.h +++ b/include/atalk/cnid_dbd_private.h @@ -25,6 +25,7 @@ #define CNID_DBD_OP_GETSTAMP 0x0b #define CNID_DBD_OP_REBUILD_ADD 0x0c #define CNID_DBD_OP_SEARCH 0x0d +#define CNID_DBD_OP_WIPE 0x0e #define CNID_DBD_RES_OK 0x00 #define CNID_DBD_RES_NOTFOUND 0x01 @@ -56,7 +57,7 @@ struct cnid_dbd_rply { }; typedef struct CNID_private { - u_int32_t magic; + uint32_t magic; char db_dir[MAXPATHLEN + 1]; /* Database directory without /.AppleDB appended */ char *cnidserver; char *cnidport;