OpenAFS
OpenAFS distributed network file system
/cygdrive/c/src/openafs/openafs.git/repo/src/libafscp/afscp_internal.h
00001 #ifndef AFS_SRC_LIBAFSCP_AFSCP_INTERNAL_H
00002 #define AFS_SRC_LIBAFSCP_AFSCP_INTERNAL_H
00003 
00004 #include <afs/param.h>
00005 #include <afs/afsint.h>
00006 #include <afs/cellconfig.h>
00007 
00008 /* afsint.h conflicts with afscbint.h; provide this here */
00009 extern int RXAFSCB_ExecuteRequest(struct rx_call *);
00010 
00011 /* AUTORIGHTS */
00012 extern int _GetSecurityObject(struct afscp_cell *);
00013 extern int _GetVLservers(struct afscp_cell *);
00014 extern int _StatInvalidate(const struct afscp_venusfid *);
00015 extern int _StatStuff(const struct afscp_venusfid *,
00016                       const struct AFSFetchStatus *);
00017 
00018 #ifndef AFSCP_DEBUG
00019 #define afs_dprintf(x)
00020 #else
00021 #define afs_dprintf(x) printf x
00022 #endif
00023 
00024 #endif /* AFS_SRC_LIBAFSCP_AFSCP_INTERNAL_H */
 All Data Structures Files Functions Variables