diff options
Diffstat (limited to 'fluid/code.h')
| -rw-r--r-- | fluid/code.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/code.h b/fluid/code.h index 00c6c8855..377c58085 100644 --- a/fluid/code.h +++ b/fluid/code.h @@ -37,6 +37,7 @@ void write_c(const char*, ...) __fl_attr((__format__ (__printf__, 1, 2))); void write_cc(const char *, int, const char*, const char*); void write_h(const char*, ...) __fl_attr((__format__ (__printf__, 1, 2))); void write_hc(const char *, int, const char*, const char*); +void write_c_indented(const char *textlines); int write_code(const char *cfile, const char *hfile); int write_strings(const char *sfile); void write_public(int state); // writes pubic:/private: as needed |
