source: toilet/trunk/src/filters.h @ 1194

Last change on this file since 1194 was 1102, checked in by Sam Hocevar, 17 years ago
  • Added content description to all source files.
  • Property svn:keywords set to Id
File size: 615 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: filters.h 1102 2006-09-23 22:58:02Z 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 void filter_autocrop(cucul_canvas_t *);
19extern void filter_metal(cucul_canvas_t *);
20extern void filter_gay(cucul_canvas_t *);
21
Note: See TracBrowser for help on using the repository browser.