/usr/include/libspreadsheet-1.12/spreadsheet/file-autoft.h is in gnumeric 1.12.28-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | /* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
#ifndef _GNM_FILE_AUTOFT_H_
# define _GNM_FILE_AUTOFT_H_
#include "gnumeric.h"
#include "format-template.h"
G_BEGIN_DECLS
GSList *gnm_ft_category_group_get_templates_list (GnmFTCategoryGroup *category_group,
GOCmdContext *context);
GList *gnm_ft_category_group_list_get (void);
void gnm_ft_category_group_list_free (GList *category_groups);
int gnm_ft_category_group_cmp (gconstpointer a, gconstpointer b);
G_END_DECLS
#endif /* _GNM_FILE_AUTOFT_H_ */
|