From 989b6c885f06f887cb8dafcd69059c376988d938 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sat, 1 Aug 2009 17:44:51 +0000 Subject: Save and restore daemon configuration options. --- src/custom.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/custom.h') 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 + * Copyright (c) 2004-2009 Frederic Culot * 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 }; -- cgit v1.2.3-54-g00ecf