diff options
Diffstat (limited to 'mail/mboxgrep/files/patch-src_scan.h')
-rw-r--r-- | mail/mboxgrep/files/patch-src_scan.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/mboxgrep/files/patch-src_scan.h b/mail/mboxgrep/files/patch-src_scan.h new file mode 100644 index 000000000000..c37be2d579ad --- /dev/null +++ b/mail/mboxgrep/files/patch-src_scan.h @@ -0,0 +1,13 @@ +--- src/scan.h.orig 2003-03-30 23:07:10 UTC ++++ src/scan.h +@@ -23,8 +23,7 @@ + + #include "mboxgrep.h" + +-void scan_mailbox (char path[]); +-void recursive_scan (char path[]); +-int md5_check_message (char *body, checksum_t *chksum); ++void scan_mailbox(const char path[]); ++void recursive_scan(const char path[]); + + #endif /* SCAN_H */ |