Преглед изворни кода

(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);
 bool utf8_convert (bool to_utf, char const *input, char **output);
 
 
 /* Module transform.c */
 /* Module transform.c */
+void set_transform_expr (const char *expr);
 bool transform_name (char **pinput);
 bool transform_name (char **pinput);
 bool transform_name_fp (char **pinput, char *(*fun)(char *));
 bool transform_name_fp (char **pinput, char *(*fun)(char *));