* Changes in the source code of Alpine to define internal prototypes
[alpine.git] / pith / editorial.h
blob73f24fd2f8edc024c935b9ae6f981a296bf921cb
1 /*-----------------------------------------------------------------------
2 $Id: editorial.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
3 -----------------------------------------------------------------------*/
5 /* ========================================================================
6 * Copyright 2013-2022 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_o_t);
29 #endif /* PITH_EDITORIAL_INCLUDED */