* clear out some warnings by gcc 9.3.1.
[alpine.git] / pith / editorial.h
blob9381a6877c08e25afc688e303d11076755bf0b64
1 /*-----------------------------------------------------------------------
2 $Id: editorial.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
3 -----------------------------------------------------------------------*/
5 /* ========================================================================
6 * Copyright 2013-2020 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 */