2afca93be8a4236fa5e7ee30dbcf570c8685bbfc
[mancala] / src / callbacks.h
1 /*
2 * This file is part of Crazy Parking
3 *
4 * Copyright (C) 2006 INdT - Instituto Nokia de Tecnologia
5 * http://www.indt.org/maemo
6 *
7 * This software is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public License
9 * as published by the Free Software Foundation; either version 2.1 of
10 * the License, or (at your option) any later version.
11 *
12 * This software is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this software; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20 * 02110-1301 USA
21 *
22 */ 
23 extern HgwContext *hgw_context;
24
25 int exit_callback(int errcode/*, AppData *app_data*/);
26 int quit_callback(int errcode/*, AppData *app_data*/);
27 int flush_callback(int errcode);