When trying spooled messages, account for the local-interface in grouping for a conne...
[exim.git] / src / src / structs.h
index 85207b52f3dd7682969fdb9b450f7ef79a3b8624..6ec52e1ec5ddeac11b05c0e01896375d0fdef373 100644 (file)
@@ -791,4 +791,7 @@ typedef struct acl_block {
   int verb;
 } acl_block;
 
+/* smtp transport calc outbound_ip */
+typedef BOOL (*oicf) (uschar *message_id, void *data);
+
 /* End of structs.h */