#include <time.h>
Include dependency graph for alarm_data.h:
Go to the source code of this file.
Enumerations | |
enum | alarmaction { ALARM_ACTION_INVALID = -1, ALARM_ACTION_NORMAL = 0, ALARM_ACTION_ACTDEAD = 1 } |
This file is part of alarmd. More... |
|
This file is part of alarmd. Contact Person: David Weinehall <david.weinehall@nokia.com> Copyright (C) 2006 Nokia Corporation alarmd and libalarm are free software; you can redistribute them and/or modify them under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. alarmd and libalarm are distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this software; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Definition at line 37 of file alarm_data.h. |