]> git.ipfire.org Git - people/ms/dma.git/blobdiff - dma.h
dma: convert to more extensible queue file format
[people/ms/dma.git] / dma.h
diff --git a/dma.h b/dma.h
index 96fd9bde757bab696cc36e3fdbe17b830dff2d39..17b9437f43c61921a649e13a4192c7f3ade65ced 100644 (file)
--- a/dma.h
+++ b/dma.h
@@ -94,7 +94,6 @@ struct qitem {
        char *queueid;
        FILE *queuef;
        FILE *mailf;
-       off_t hdrlen;
        int remote;
 };
 LIST_HEAD(queueh, qitem);