diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-04-29 06:17:02 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-29 12:14:59 -0700 |
commit | 3f6366026798ebd31cd08af0619049aacfd96e2b (patch) | |
tree | 62a093f4cb82ca08e1bc4a7c8677f2cb1e64aebe /core/subsurfacestartup.h | |
parent | f536da0ee32a39806efdbcbf9ed2edcaaa230f26 (diff) | |
download | subsurface-3f6366026798ebd31cd08af0619049aacfd96e2b.tar.gz |
Allow switching the user from the command line
This is a feature that many people have asked for. This implementation is
somewhat simplistic because we simply use a different name for the
program settings - but interestingly enough this appears to be enough to
capture a lot of the core functionality that people are looking for in
multi-user support.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/subsurfacestartup.h')
-rw-r--r-- | core/subsurfacestartup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/subsurfacestartup.h b/core/subsurfacestartup.h index 3ccc24aa4..53d44f28d 100644 --- a/core/subsurfacestartup.h +++ b/core/subsurfacestartup.h @@ -19,6 +19,8 @@ void free_prefs(void); void copy_prefs(struct preferences *src, struct preferences *dest); void print_files(void); +extern char *settings_suffix; + #ifdef __cplusplus } #endif |