source: toilet/trunk/src/filter.h @ 1367

Last change on this file since 1367 was 1319, checked in by Sam Hocevar, 17 years ago
  • Use "-F list" to list available filters.
  • Use "-E" to specify export format, "-E list" to list them.
  • Property svn:keywords set to Id
File size: 633 bytes
Line 
1/*
2 *  TOIlet        The Other Implementation’s letters
3 *  Copyright (c) 2006 Sam Hocevar <sam@zoy.org>
4 *                All Rights Reserved
5 *
6 *  $Id: filter.h 1319 2006-11-10 07:47:17Z sam $
7 *
8 *  This program is free software; you can redistribute it and/or
9 *  modify it under the terms of the Do What The Fuck You Want To
10 *  Public License, Version 2, as published by Sam Hocevar. See
11 *  http://sam.zoy.org/wtfpl/COPYING for more details.
12 */
13
14/*
15 * This header defines post-processing filter functions.
16 */
17
18extern int filter_list(void);
19extern int filter_add(context_t *, char const *);
20extern int filter_do(context_t *);
21extern int filter_end(context_t *);
22
Note: See TracBrowser for help on using the repository browser.