* Fixes to the configure script by Florian Meyer (to fix an implicit
[alpine.git] / alpine / pattern.h
blobc423a46af495b0e008d827b5103d7f5a38686888
1 /*
2 * $Id: pattern.h 137 2006-09-22 21:34:06Z mikes@u.washington.edu $
4 * ========================================================================
5 * Copyright 2013-2022 Eduardo Chappa
6 * Copyright 2006 University of Washington
8 * Licensed under the Apache License, Version 2.0 (the "License");
9 * you may not use this file except in compliance with the License.
10 * You may obtain a copy of the License at
12 * http://www.apache.org/licenses/LICENSE-2.0
14 * ========================================================================
17 #ifndef ALPINE_PATTERN_INCLUDED
18 #define ALPINE_PATTERN_INCLUDED
20 #include "../pith/pattern.h"
22 /* exported prototypes */
23 void pattern_filter_command(char **, SEARCHSET *, MAILSTREAM *, long, INTVL_S *);
26 #endif /* ALPINE_PATTERN_INCLUDED */