summaryrefslogtreecommitdiff
path: root/fluid/ide_support.h
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-02-27 22:38:25 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-02-27 22:38:25 +0000
commitc35463fdbee1563f7216757ba039cfb89b188897 (patch)
tree19f30bcf09879b180a8348d7750025713eadad15 /fluid/ide_support.h
parent5f1ca6a2b05da2905c7c92916acab165db3164b4 (diff)
Starting to add a GUI to manage the IDE database.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7169 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/ide_support.h')
-rw-r--r--fluid/ide_support.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/fluid/ide_support.h b/fluid/ide_support.h
index adca73c99..bb74ed9e4 100644
--- a/fluid/ide_support.h
+++ b/fluid/ide_support.h
@@ -103,8 +103,10 @@ char with_xcode(Fl_Preferences::ID id);
char with_visualc(Fl_Preferences::ID id);
char with_makefile(Fl_Preferences::ID id);
+void ui_load_database(const char *filename);
+
#endif
//
// End of "$Id: ide_support.h 6981 2009-12-25 20:53:22Z matt $".
-// \ No newline at end of file
+//