Use application properties instead of ugly dual-use global variable
[gnumeric.git] / src / session.h
bloba69d61d0c08e94ac5ab41529f0e15f7fc133db18
1 /* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 #ifndef _GNM_SESSION_H_
3 # define _GNM_SESSION_H_
5 #include "gnumeric.h"
7 G_BEGIN_DECLS
9 void gnm_session_init (char const *argv0);
10 /* gboolean gnm_session_is_restored (void); */
11 /* gboolean gnm_session_load (void); */
13 G_END_DECLS
15 #endif /* _GNM_SESSION_H_ */