]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/structs.h
tidying
[user/henk/code/exim.git] / src / src / structs.h
index 38b095f06a584e185f5d0ba1e072763f107dc8e2..60e7ccd9d79a892548057ca3312c099bb9afe970 100644 (file)
@@ -230,8 +230,7 @@ typedef struct transport_info {
 #define tc_chunk_last  BIT(1)  /* annotate chunk SMTP cmd as LAST */
 
 struct transport_context;
-typedef int (*tpt_chunk_cmd_cb)(int fd, struct transport_context * tctx,
-                               unsigned len, unsigned flags);
+typedef int (*tpt_chunk_cmd_cb)(struct transport_context *, unsigned, unsigned);
 
 /* Structure for information about a delivery-in-progress */