From a8cb1c92eff88acc685d7d876647844bacb71e8e Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sat, 20 Mar 2010 10:54:41 +0000 Subject: All headers gathered into a single one. Typedefs suppressed. --- src/dmon.c | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'src/dmon.c') diff --git a/src/dmon.c b/src/dmon.c index 9913361..46f4c22 100644 --- a/src/dmon.c +++ b/src/dmon.c @@ -1,9 +1,9 @@ -/* $calcurse: dmon.c,v 1.11 2009/08/01 20:29:49 culot Exp $ */ +/* $calcurse: dmon.c,v 1.12 2010/03/20 10:54:44 culot Exp $ */ /* * Calcurse - text-based organizer * - * Copyright (c) 2009 Frederic Culot + * Copyright (c) 2009-2010 Frederic Culot * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -43,15 +43,9 @@ #include #include #include +#include -#include "utils.h" -#include "i18n.h" -#include "sigs.h" -#include "mem.h" -#include "io.h" -#include "custom.h" -#include "notify.h" -#include "dmon.h" +#include "calcurse.h" #define DMON_SLEEP_TIME 60 @@ -162,7 +156,7 @@ daemonize (int status) void dmon_start (int parent_exit_status) { - conf_t conf; + struct conf conf; if (!daemonize (parent_exit_status)) DMON_ABRT (_("Cannot daemonize, aborting\n")); -- cgit v1.2.3-54-g00ecf