diff options
Diffstat (limited to 'fluid/Fl_Type.h')
| -rw-r--r-- | fluid/Fl_Type.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h index 9f8f98d2b..e76368c08 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -732,6 +732,7 @@ void write_c(const char*, ...) __fl_attr((__format__ (__printf__, 1, 2))); void write_h(const char*, ...) __fl_attr((__format__ (__printf__, 1, 2))); void write_cstring(const char *); void write_cstring(const char *,int length); +void write_cdata(const char *,int length); void write_indent(int n); void write_open(int); void write_close(int n); |
