浏览代码

(set_comression_program_by_suffix): New prototype.

Sergey Poznyakoff 17 年之前
父节点
当前提交
3fb5d67b28
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/common.h

+ 3 - 0
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);