* New version 2.21.999
[alpine.git] / alpine / pattern.h
blobf288066a6c14d2ab35af933d4107304cf6da4f1b
1 /*
2 * $Id: pattern.h 137 2006-09-22 21:34:06Z mikes@u.washington.edu $
4 * ========================================================================
5 * Copyright 2013-2018 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 protoypes */
23 void pattern_filter_command(char **, SEARCHSET *, MAILSTREAM *, long, INTVL_S *);
26 #endif /* ALPINE_PATTERN_INCLUDED */