1 #ifndef AFS_SRC_LIBAFSCP_AFSCP_INTERNAL_H
2 #define AFS_SRC_LIBAFSCP_AFSCP_INTERNAL_H
5 #include <afs/afsint.h>
6 #include <afs/cellconfig.h>
8 /* afsint.h conflicts with afscbint.h; provide this here */
9 extern int RXAFSCB_ExecuteRequest(struct rx_call
*);
12 extern int _GetSecurityObject(struct afscp_cell
*);
13 extern int _GetVLservers(struct afscp_cell
*);
14 extern int _StatInvalidate(const struct afscp_venusfid
*);
15 extern int _StatStuff(const struct afscp_venusfid
*,
16 const struct AFSFetchStatus
*);
19 #define afs_dprintf(x)
21 #define afs_dprintf(x) printf x
24 #endif /* AFS_SRC_LIBAFSCP_AFSCP_INTERNAL_H */