소스 검색

(set_transform_expr): New function

Sergey Poznyakoff 19 년 전
부모
커밋
d79bbe0fd1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/common.h

+ 1 - 0
src/common.h

@@ -705,6 +705,7 @@ bool string_ascii_p (const char *str);
 bool utf8_convert (bool to_utf, char const *input, char **output);
 
 /* Module transform.c */
+void set_transform_expr (const char *expr);
 bool transform_name (char **pinput);
 bool transform_name_fp (char **pinput, char *(*fun)(char *));