GUI: Move .ui files from goffice resources to glib resources
[gnumeric.git] / src / auto-format.h
blobca51d155ecd2866cca0ea59b9e4b9eff538d5d9c
1 /* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 #ifndef _GNM_AUTO_FORMAT_H_
3 # define _GNM_AUTO_FORMAT_H_
5 #include "gnumeric.h"
7 G_BEGIN_DECLS
9 GOFormat const *gnm_auto_style_format_suggest (GnmExprTop const *texpr,
10 GnmEvalPos const *epos);
12 G_END_DECLS
14 #endif /* _GNM_AUTO_FORMAT_H_ */