Update Spanish translation
[gnumeric.git] / src / auto-format.h
blob15b58ca3eb28ac65f1ea3bfc4485b5c22493b9df
1 #ifndef _GNM_AUTO_FORMAT_H_
2 # define _GNM_AUTO_FORMAT_H_
4 #include <gnumeric.h>
6 G_BEGIN_DECLS
8 GOFormat const *gnm_auto_style_format_suggest (GnmExprTop const *texpr,
9 GnmEvalPos const *epos);
11 G_END_DECLS
13 #endif /* _GNM_AUTO_FORMAT_H_ */