Fixed typos
[gnumeric.git] / plugins / nlsolve / boot.h
blob392bb53915148efc3e63d362fb968d032ee7d700
1 #ifndef GNUMERIC_NLSOLVE_BOOT_H
2 #define GNUMERIC_NLSOLVE_BOOT_H
4 #include "gnumeric.h"
5 #include <goffice/goffice.h>
6 #include <gsf/gsf-output.h>
8 void
9 nlsolve_file_save (GOFileSaver const *fs, GOIOContext *io_context,
10 WorkbookView const *wb_view, GsfOutput *output);
12 #endif