~ubuntu-branches/ubuntu/warty/openafs/warty

« back to all changes in this revision

Viewing changes to src/afs/SOLARIS/osi_prototypes.h

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2004-01-10 16:37:33 UTC
  • Revision ID: james.westby@ubuntu.com-20040110163733-jvr0n1uahshlb1uu
Tags: upstream-1.2.11
ImportĀ upstreamĀ versionĀ 1.2.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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_ */