diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-02-16 17:24:19 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-02-16 17:24:19 -0800 |
commit | dcd14af875e74e92379031076d48c526b57a06bf (patch) | |
tree | d3a18d837b98e5912b7e8913ecb242b4b8a6fbfd /match.h | |
parent | d7ba2b97d8c03bf47c25978d96fa055e7d11ba5a (diff) | |
download | txr-dcd14af875e74e92379031076d48c526b57a06bf.tar.gz txr-dcd14af875e74e92379031076d48c526b57a06bf.tar.bz2 txr-dcd14af875e74e92379031076d48c526b57a06bf.zip |
* match.c (match_funcall): Function renamed to match_filter.
* match.h (match_funcall): Declaration updated.
* filter.c (get_filter): Updated.
Diffstat (limited to 'match.h')
-rw-r--r-- | match.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,6 +26,6 @@ extern val text_s, choose_s, gather_s, do_s, mod_s, modlast_s, counter_k; val format_field(val string_or_list, val modifier, val filter, val eval_fun); -val match_funcall(val name, val arg, val other_args); +val match_filter(val name, val arg, val other_args); int extract(val spec, val filenames, val bindings); void match_init(void); |