libafscp: code cleanup
[openafs.git] / src / libafscp / afscp_internal.h
1 #ifndef AFS_SRC_LIBAFSCP_AFSCP_INTERNAL_H
2 #define AFS_SRC_LIBAFSCP_AFSCP_INTERNAL_H
3
4 #include <afs/param.h>
5 #include <afs/afsint.h>
6 #include <afs/cellconfig.h>
7
8 /* afsint.h conflicts with afscbint.h; provide this here */
9 extern int RXAFSCB_ExecuteRequest(struct rx_call *);
10
11 /* AUTORIGHTS */
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 *);
17
18 #ifndef AFSCP_DEBUG
19 #define afs_dprintf(x)
20 #else
21 #define afs_dprintf(x) printf x
22 #endif
23
24 #endif /* AFS_SRC_LIBAFSCP_AFSCP_INTERNAL_H */