Update Spanish translation
[gnumeric.git] / plugins / guile / guile-support.h
blob91e7259020cab9c40ee568108bcef411ec39d544
1 #ifndef GNUMERIC_PLUGIN_GUILE_GUILE_SUPPORT_H
2 #define GNUMERIC_PLUGIN_GUILE_GUILE_SUPPORT_H
4 #include <libguile.h>
5 #include <gnumeric.h>
7 SCM value_to_scm (GnmValue const *val, GnmCellRef cell_ref);
8 GnmValue* scm_to_value (SCM scm);
10 #endif