summaryrefslogtreecommitdiff
path: root/libtrivfs/trivfs.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-06-11 21:40:10 +0000
committerRoland McGrath <roland@gnu.org>2002-06-11 21:40:10 +0000
commitfa98861ff9e03a4fcc737a37b6cbd2291982d92c (patch)
treef404f88557c06fe3a9c452cc09814c64280f191b /libtrivfs/trivfs.h
parent6cafe23d6c0a4dc62162ac1c97df4ac6651ccb09 (diff)
2002-06-07 Roland McGrath <roland@frob.com>
* trivfs.h (trivfs_modify_stat): Use io_statbuf_t instead of struct stat.
Diffstat (limited to 'libtrivfs/trivfs.h')
-rw-r--r--libtrivfs/trivfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtrivfs/trivfs.h b/libtrivfs/trivfs.h
index dc32b0e4..1e298dc4 100644
--- a/libtrivfs/trivfs.h
+++ b/libtrivfs/trivfs.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1994, 1995, 1996, 1997, 1999 Free Software Foundation
+ Copyright (C) 1994,95,96,97,99,2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
@@ -98,7 +98,7 @@ extern int trivfs_cntl_nportclasses;
stat (as returned from the underlying node) for presentation to
callers of io_stat. It is permissable for this function to do
nothing. */
-void trivfs_modify_stat (struct trivfs_protid *cred, struct stat *);
+void trivfs_modify_stat (struct trivfs_protid *cred, io_statbuf_t *);
/* If this variable is set, it is called to find out what access this
file permits to USER instead of checking the underlying node.