s3: Remove header==NULL code from db_ctdb_marshall_record
[kai/samba.git] / source3 / include / msdfs.h
index 800393c75ddb49fec66947c24ade9c4177cfa857..b3892291272ef06ef0451f358e693162b14377bf 100644 (file)
 #define MAX_REFERRAL_COUNT   256
 #define MAX_MSDFS_JUNCTIONS 256
 
-typedef struct _client_referral {
+struct client_dfs_referral {
        uint32 proximity;
        uint32 ttl;
        char *dfspath;
-} CLIENT_DFS_REFERRAL;
+};
 
 struct referral {
        char *alternate_path; /* contains the path referred */