]> git.wh0rd.org - dump.git/blobdiff - dump/dump.h
Version 0.4b7.
[dump.git] / dump / dump.h
index 8424c719c0e727ac42adc33ec9b926f6b9f43ff8..ba7ed3833bda2ef98309f2f0389d9dfe13d69ea1 100644 (file)
@@ -208,8 +208,8 @@ struct      dumptime *dthead;       /* head of the list version */
 int    nddates;                /* number of records (might be zero) */
 int    ddates_in;              /* we have read the increment file */
 struct dumpdates **ddatev;     /* the arrayfied version */
-void   initdumptimes __P((void));
-void   getdumptime __P((void));
+void   initdumptimes __P((int));
+void   getdumptime __P((int));
 void   putdumptime __P((void));
 #define        ITITERATE(i, ddp) \
        for (ddp = ddatev[i = 0]; i < nddates; ddp = ddatev[++i])
@@ -229,7 +229,7 @@ extern int errno;
 #endif
 
 #ifdef __linux__
-#define        DUMP_CURRENT_REV        0
+#define        DUMP_CURRENT_REV        1
 #endif
 
 #ifndef        __linux__