summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-11-15 19:02:44 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-11-15 19:02:44 +0000
commitfa29f5878ba68b232ba5aaf661b33b122089f2e2 (patch)
tree01a0de07283faa9879c8469f189b65d557e6fb96
parentfa92b31b3f298770bca98eed65d8f538a81ceea8 (diff)
entered into RCS
-rw-r--r--libnetfs/callbacks.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/libnetfs/callbacks.h b/libnetfs/callbacks.h
new file mode 100644
index 00000000..1dc3ab06
--- /dev/null
+++ b/libnetfs/callbacks.h
@@ -0,0 +1,25 @@
+/*
+ Copyright (C) 1995 Free Software Foundation, Inc.
+ Written by Michael I. Bushnell, p/BSG.
+
+ This file is part of the GNU Hurd.
+
+ The GNU Hurd 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, or (at
+ your option) any later version.
+
+ The GNU Hurd 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, USA. */
+
+
+/* Translator callback function declarations. */
+
+fshelp_fetch_root_callback1_t _netfs_translator_callback1;
+fshelp_fetch_root_callback2_t _netfs_translator_callback2;