solaris8-fixes-20010115
[openafs.git] / src / afs / SOLARIS / osi_prototypes.h
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  * 
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 #ifndef _OSI_PROTOTYPES_H_
11 #define _OSI_PROTOTYPES_H_
12
13 /* osi_vnodeops.c */
14 int afs_putapage(struct vnode *vp, struct page *pages,
15 #if     defined(AFS_SUN56_ENV)
16                  u_offset_t *offp,
17 #else
18                  u_int *offp,
19 #endif
20 #if     defined(AFS_SUN58_ENV)
21                  size_t *lenp,
22 #else
23                  u_int *lenp,
24 #endif
25                  int flags, struct AFS_UCRED *credp);
26
27
28
29 #endif /* _OSI_PROTOTYPES_H_ */