All headers gathered into a single one. Typedefs suppressed.

This commit is contained in:
Frederic Culot
2010-03-20 10:54:41 +00:00
parent 689be29474
commit a8cb1c92ef
41 changed files with 1513 additions and 2490 deletions

View File

@@ -1,9 +1,9 @@
/* $calcurse: sigs.c,v 1.10 2009/08/09 15:49:58 culot Exp $ */
/* $calcurse: sigs.c,v 1.11 2010/03/20 10:54:48 culot Exp $ */
/*
* Calcurse - text-based organizer
*
* Copyright (c) 2007-2009 Frederic Culot <frederic@culot.org>
* Copyright (c) 2007-2010 Frederic Culot <frederic@culot.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -41,10 +41,9 @@
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <signal.h>
#include "i18n.h"
#include "utils.h"
#include "sigs.h"
#include "calcurse.h"
/*
* General signal handling routine.