2008-04-30 Cosimo Cecchi <cosimoc@gnome.org>
[nautilus.git] / src / nautilus-self-check-functions.c
blobfe7a516197692540bfa9d2f69f8cdefbed23afe1
1 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
3 /*
4 * Nautilus
6 * Copyright (C) 1999, 2000 Eazel, Inc.
8 * Nautilus is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of the
11 * License, or (at your option) any later version.
13 * Nautilus is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22 * Author: Darin Adler <darin@bentspoon.com>
25 /* nautilus-self-check-functions.c: Wrapper for all self check functions
26 * in Nautilus proper.
29 #include <config.h>
31 #if ! defined (NAUTILUS_OMIT_SELF_CHECK)
33 #include "nautilus-self-check-functions.h"
35 void nautilus_run_self_checks(void)
37 NAUTILUS_FOR_EACH_SELF_CHECK_FUNCTION (NAUTILUS_CALL_SELF_CHECK_FUNCTION)
40 #endif /* ! NAUTILUS_OMIT_SELF_CHECK */