diff options
Diffstat (limited to 'sys/xfs/xfs_msg_locl.h')
-rw-r--r-- | sys/xfs/xfs_msg_locl.h | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/sys/xfs/xfs_msg_locl.h b/sys/xfs/xfs_msg_locl.h index 30abc31337d..907b668ad3a 100644 --- a/sys/xfs/xfs_msg_locl.h +++ b/sys/xfs/xfs_msg_locl.h @@ -1,4 +1,3 @@ -/* $OpenBSD: xfs_msg_locl.h,v 1.4 2000/03/03 00:54:58 todd Exp $ */ /* * Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). @@ -37,6 +36,7 @@ * SUCH DAMAGE. */ +/* $Id: xfs_msg_locl.h,v 1.5 2000/09/11 14:26:52 art Exp $ */ #ifndef _xfs_msg_locl_h #define _xfs_msg_locl_h @@ -77,4 +77,16 @@ xfs_message_updatefid(int fd, u_int size, struct proc *p); +int +xfs_message_gc_nodes(int fd, + struct xfs_message_gc_nodes * message, + u_int size, + struct proc *p); + +int +xfs_message_version(int fd, + struct xfs_message_version *message, + u_int size, + struct proc *p); + #endif /* _xfs_msg_locl_h */ |