~ubuntu-branches/ubuntu/oneiric/openafs/oneiric-201305130334

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2006-10-21 20:57:09 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061021205709-y5keam1v20qxjwwo
Tags: 1.4.2-2
Upstream fix to prevent butc segfaulting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
/* osi_vnodeops.c */
68
68
extern void afs_fill_inode(struct inode *ip, struct vattr *vattr);
69
69
 
 
70
/* osi_groups.c */
 
71
extern void osi_keyring_init(void);
 
72
extern void osi_keyring_shutdown(void);
 
73
extern int __setpag(cred_t **cr, afs_uint32 pagvalue, afs_uint32 *newpag,
 
74
                    int change_parent);
 
75
#ifdef LINUX_KEYRING_SUPPORT
 
76
extern struct key_type key_type_afs_pag;
 
77
#endif /* LINUX_KEYRING_SUPPORT */
 
78
 
 
79
 
70
80
#endif /* _OSI_PROTO_H_ */