Last change
on this file since 1319 was
1319,
checked in by Sam Hocevar, 16 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
|
Rev | Line | |
---|
[1084] | 1 | /* |
---|
[1087] | 2 | * TOIlet The Other Implementation’s letters |
---|
| 3 | * Copyright (c) 2006 Sam Hocevar <sam@zoy.org> |
---|
| 4 | * All Rights Reserved |
---|
[1084] | 5 | * |
---|
[1087] | 6 | * $Id: filter.h 1319 2006-11-10 07:47:17Z sam $ |
---|
[1084] | 7 | * |
---|
[1087] | 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. |
---|
[1084] | 12 | */ |
---|
| 13 | |
---|
[1102] | 14 | /* |
---|
| 15 | * This header defines post-processing filter functions. |
---|
| 16 | */ |
---|
| 17 | |
---|
[1319] | 18 | extern int filter_list(void); |
---|
[1228] | 19 | extern int filter_add(context_t *, char const *); |
---|
| 20 | extern int filter_do(context_t *); |
---|
[1241] | 21 | extern int filter_end(context_t *); |
---|
[1084] | 22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.