diff options
author | Miles Bader <miles@gnu.org> | 1995-07-14 20:46:26 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-07-14 20:46:26 +0000 |
commit | 0da2c1510d08d144b031ae0d11ddd80c4cec132f (patch) | |
tree | d0da46a215a999c62b8333059ff4d336eeb0f683 /pflocal/mig-mutate.h | |
parent | 85b75df8bbfae7302a3f56e3966482ebdcfd3ee6 (diff) |
Initial revision
Diffstat (limited to 'pflocal/mig-mutate.h')
-rw-r--r-- | pflocal/mig-mutate.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/pflocal/mig-mutate.h b/pflocal/mig-mutate.h new file mode 100644 index 00000000..6ddec3fa --- /dev/null +++ b/pflocal/mig-mutate.h @@ -0,0 +1,30 @@ +/* Automagic type transformation for our mig interfaces + + Copyright (C) 1994 Free Software Foundation + + 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, 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + +/* Only CPP macro definitions should go in this file. */ + +#define FILE_INTRAN treefs_handle_t treefs_begin_using_handle_port (file_t) +#define FILE_DESTRUCTOR treefs_end_using_handle_port (treefs_handle_t) + +#define IO_INTRAN treefs_handle_t treefs_begin_using_handle_port (io_t) +#define IO_DESTRUCTOR treefs_end_using_handle_port (treefs_handle_t) + +#define FILE_IMPORTS import "mig-decls.h"; +#define IO_IMPORTS import "mig-decls.h"; +#define FSYS_IMPORTS import "mig-decls.h"; +#define IFSOCK_IMPORTS import "mig-decls.h"; |