summaryrefslogtreecommitdiff
path: root/fluid/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/file.h')
-rw-r--r--fluid/file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/file.h b/fluid/file.h
index 457d14e49..e45bd4256 100644
--- a/fluid/file.h
+++ b/fluid/file.h
@@ -46,11 +46,13 @@ public:
~Fd_Project_Reader();
int open_read(const char *s);
int close_read();
+ const char *filename_name();
int read_quoted();
void read_children(Fl_Type *p, int paste, Strategy strategy, char skip_options=0);
int read_project(const char *, int merge, Strategy strategy=kAddAsLastChild);
void read_error(const char *format, ...);
const char *read_word(int wantbrace = 0);
+ int read_int();
int read_fdesign_line(const char*& name, const char*& value);
void read_fdesign();
};