ssdiff: move comparison engine into its own file.
[gnumeric.git] / src / history.h
blob8b584e6f977265bc5d5367b568c8d6a4ac97671e
1 /* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 #ifndef _GNM_HISTORY_H_
3 # define _GNM_HISTORY_H_
5 #include "gnumeric.h"
7 G_BEGIN_DECLS
9 char *gnm_history_item_label (char const *uri, int accel_number);
11 G_END_DECLS
13 #endif /* _GNM_HISTORY_H_ */