1 #ifndef GNUMERIC_NLSOLVE_BOOT_H
2 #define GNUMERIC_NLSOLVE_BOOT_H
3 
4 #include <gnumeric.h>
5 #include <goffice/goffice.h>
6 #include <gsf/gsf-output.h>
7 
8 void
9 nlsolve_file_save (GOFileSaver const *fs, GOIOContext *io_context,
10 		   WorkbookView const *wb_view, GsfOutput *output);
11 
12 #endif
13