* A few improvements to the http code, which make the http_* functions not return...
[alpine.git] / alpine / pattern.h
blob7f571d7b39195f51385bdc9682232a95e0965adc
1 /*
2 * $Id: pattern.h 137 2006-09-22 21:34:06Z mikes@u.washington.edu $
4 * ========================================================================
5 * Copyright 2013-2020 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 */