diff options
author | Robert C. Helling <helling@atdotde.de> | 2017-05-25 12:57:06 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-05-26 15:44:36 -0700 |
commit | b1ccd2fc43a309631ead61465e50d63f76844571 (patch) | |
tree | 2e4710b5f249c1a37a891512ad56d341a623452b /core/qthelperfromc.h | |
parent | 6bfb1f5200c1f7a6b32f93a200ff1b36791a638b (diff) | |
download | subsurface-b1ccd2fc43a309631ead61465e50d63f76844571.tar.gz |
Move planner notes to separate file
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'core/qthelperfromc.h')
-rw-r--r-- | core/qthelperfromc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/qthelperfromc.h b/core/qthelperfromc.h index 91fbde415..3ea18e7cf 100644 --- a/core/qthelperfromc.h +++ b/core/qthelperfromc.h @@ -21,5 +21,7 @@ char *picturedir_string(); const char *subsurface_user_agent(); enum deco_mode decoMode(); int parse_seabear_header(const char *filename, char **params, int pnr); +extern const char *get_current_date(); + #endif // QTHELPERFROMC_H |