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 #include <afs/afs_consts.h>
11 #include <afs/afsutil.h>
13 #include <sys/types.h>
19 /* afsint.h conflicts with afscbint.h; provide this here */
20 extern int RXAFSCB_ExecuteRequest(struct rx_call
*);
23 extern int _GetSecurityObject(struct afscp_cell
*);
24 extern int _GetVLservers(struct afscp_cell
*);
25 extern int _StatInvalidate(const struct afscp_venusfid
*);
26 extern int _StatStuff(const struct afscp_venusfid
*,
27 const struct AFSFetchStatus
*);
30 #define afs_dprintf(x)
32 #define afs_dprintf(x) printf x
36 size_t strnlen(const char *s
, size_t len
);
39 #endif /* AFS_SRC_LIBAFSCP_AFSCP_INTERNAL_H */