diff options
author | Frederic Culot <calcurse@culot.org> | 2009-08-01 17:44:51 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-08-01 17:44:51 +0000 |
commit | 989b6c885f06f887cb8dafcd69059c376988d938 (patch) | |
tree | 9021fa630bffc46dfb881a4e72c48fde21e42ee3 /src/custom.h | |
parent | 71d6cfda92e55915bfc20e012e2bc069ff6aad99 (diff) | |
download | calcurse-989b6c885f06f887cb8dafcd69059c376988d938.zip |
Save and restore daemon configuration options.
Diffstat (limited to 'src/custom.h')
-rwxr-xr-x | src/custom.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/custom.h b/src/custom.h index a921c7b..317413a 100755 --- a/src/custom.h +++ b/src/custom.h @@ -1,9 +1,9 @@ -/* $calcurse: custom.h,v 1.16 2009/07/05 20:33:18 culot Exp $ */ +/* $calcurse: custom.h,v 1.17 2009/08/01 17:44:51 culot Exp $ */ /* * Calcurse - text-based organizer * - * Copyright (c) 2004-2008 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2009 Frederic Culot <frederic@culot.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -76,6 +76,8 @@ enum CUSTOM_CONF_NOTIFYBARCOMMAND, CUSTOM_CONF_OUTPUTDATEFMT, CUSTOM_CONF_INPUTDATEFMT, + CUSTOM_CONF_DMON_ENABLE, + CUSTOM_CONF_DMON_LOG, CUSTOM_CONF_VARIABLES }; |