Whitespace.
[gnumeric.git] / src / file-autoft.h
blobf3f757f8fcd42d4ec0cdfd763fde48401d3635f5
1 /* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 #ifndef _GNM_FILE_AUTOFT_H_
3 # define _GNM_FILE_AUTOFT_H_
5 #include "gnumeric.h"
6 #include "format-template.h"
8 G_BEGIN_DECLS
10 GSList *gnm_ft_category_group_get_templates_list (GnmFTCategoryGroup *category_group,
11 GOCmdContext *context);
13 GList *gnm_ft_category_group_list_get (void);
14 void gnm_ft_category_group_list_free (GList *category_groups);
16 int gnm_ft_category_group_cmp (gconstpointer a, gconstpointer b);
18 G_END_DECLS
20 #endif /* _GNM_FILE_AUTOFT_H_ */