From: Sergey Poznyakoff Date: Wed, 17 Oct 2007 09:11:23 +0000 (+0000) Subject: (set_comression_program_by_suffix): New prototype. X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=3fb5d67b281ee7ff7214ac14d35f02ae11c8a9f5 (set_comression_program_by_suffix): New prototype. --- diff --git a/src/common.h b/src/common.h index b158a37..54ef5c2 100644 --- a/src/common.h +++ b/src/common.h @@ -740,3 +740,6 @@ void set_transform_expr (const char *expr); bool transform_name (char **pinput); bool transform_member_name (char **pinput, xform_type type); bool transform_name_fp (char **pinput, char *(*fun)(char *, void *), void *); + +/* Module suffix.c */ +void set_comression_program_by_suffix (const char *name, const char *defprog);