* Bug fix: Memory corruption when alpine searches for a string that is
[alpine.git] / pith / editorial.h
blob5d9bd28c5dad382660cb24739e4e312852d533e9
1 /*-----------------------------------------------------------------------
2 $Id: editorial.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
3 -----------------------------------------------------------------------*/
5 /* ========================================================================
6 * Copyright 2013-2021 Eduardo Chappa
7 * Copyright 2006 University of Washington
9 * Licensed under the Apache License, Version 2.0 (the "License");
10 * you may not use this file except in compliance with the License.
11 * You may obtain a copy of the License at
13 * http://www.apache.org/licenses/LICENSE-2.0
15 * ========================================================================
18 #ifndef PITH_EDITORIAL_INCLUDED
19 #define PITH_EDITORIAL_INCLUDED
22 #include "../pith/filter.h"
25 /* exported prototypes */
26 char *format_editorial(char *, int, int, HANDLE_S **, gf_io_t);
29 #endif /* PITH_EDITORIAL_INCLUDED */