summaryrefslogtreecommitdiff
path: root/src/nautilus-self-check-functions.h
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2000-01-04 18:09:59 +0000
committerDarin Adler <darin@src.gnome.org>2000-01-04 18:09:59 +0000
commit2840833e2c1f980ec09279237d6a3b5e5828f18b (patch)
tree39117c5d129ae7144c76ca7a76c702f07c587ef3 /src/nautilus-self-check-functions.h
parentfc3d3932575f738a51667e49de7400fd0d53bbd3 (diff)
downloadnautilus-2840833e2c1f980ec09279237d6a3b5e5828f18b.tar.gz
Added self-check framework. Added first bits of code for FMDirectory.
Diffstat (limited to 'src/nautilus-self-check-functions.h')
-rw-r--r--src/nautilus-self-check-functions.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/nautilus-self-check-functions.h b/src/nautilus-self-check-functions.h
new file mode 100644
index 000000000..33e872308
--- /dev/null
+++ b/src/nautilus-self-check-functions.h
@@ -0,0 +1,35 @@
+/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*-
+
+ nautilus-self-check-functions.h: Prototypes for all the functions
+ called by the self-check framework.
+
+ Copyright (C) 1999 Eazel, Inc.
+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the
+ Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+
+ Author: Darin Adler <darin@eazel.com>
+*/
+
+/* Putting the prototypes for these self-check functions in each
+ header file for the files they are defined in would make compiling
+ the self-check framework take way too long (since one file would
+ have to include everything).
+
+ So we put the prototypes here instead.
+*/
+
+void self_check_fm_directory(void);
+void self_check_gdk_extensions(void);