Build without WITH_CONTENT_SCAN.
[exim.git] / src / src / malware.c
index 5ee52eb84c9696edc9ccdeebd77c46f1986e0228..61b0c299467c17da27e209889991bc515b3aff23 100644 (file)
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/malware.c,v 1.19 2010/06/05 11:13:30 pdp Exp $ */
+/* $Cambridge: exim/src/src/malware.c,v 1.20 2010/06/06 22:46:34 pdp Exp $ */
 
 /*************************************************
 *     Exim - an Internet mail transport agent    *
@@ -100,7 +100,8 @@ Arguments:
 Returns:        Exim message processing code (OK, FAIL, DEFER, ...)
                 where true means malware was found (condition applies)
 */
-int malware_in_file(uschar *eml_filename) {
+int
+malware_in_file(uschar *eml_filename) {
   uschar *scan_options[2];
   uschar message_id_buf[64];
   int ret;