Track tainted data and refuse to expand it
[exim.git] / src / src / transports / appendfile.h
index 4b14db180cd4931d424c64c9c4c798c1f097408c..4f0f126bc56c16adcd91622a4a56d2a103f39631 100644 (file)
@@ -94,6 +94,6 @@ extern void appendfile_transport_init(transport_instance *);
 
 /* Function that is shared with tf_maildir.c */
 
-extern off_t  check_dir_size(uschar *, int *, const pcre *);
+extern off_t  check_dir_size(const uschar *, int *, const pcre *);
 
 /* End of transports/appendfile.h */