* Deleting from the end of the line in the composer, still showed
[alpine.git] / alpine / dispfilt.h
blob0b42010d27701568fc5d8c2592f60125eb7f7079
1 /*
2 * $Id: dispfilt.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2006 University of Washington
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
11 * http://www.apache.org/licenses/LICENSE-2.0
13 * ========================================================================
16 #ifndef PINE_DISPFILT_INCLUDED
17 #define PINE_DISPFILT_INCLUDED
21 /* exported protoypes */
22 char *dfilter(char *, STORE_S *, gf_io_t, FILTLIST_S *);
23 char *dfilter_trigger(BODY *, char *, size_t);
24 char *expand_filter_tokens(char *, ENVELOPE *, char **, char **, char **, int *, int *, int *);
25 char *filter_session_key(void);
26 char *filter_data_file(int);
30 #endif /* PINE_DISPFILT_INCLUDED */