mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
afssyscalls-declarations-20050815
declare lsetpag() and lpioctl() since they are exported
This commit is contained in:
parent
eb00f91374
commit
fab147e843
@ -132,6 +132,10 @@ extern char *PrintInode();
|
||||
|
||||
#endif /* AFS_NAMEI_ENV */
|
||||
|
||||
/* Declarations for lsetpag and lpioctl */
|
||||
int lsetpag(void);
|
||||
int lpioctl(char *path, int cmd, char *cmarg, int follow);
|
||||
|
||||
#endif /* AFS_NT40_ENV */
|
||||
|
||||
#endif /* AFS_AFSSYSCALLS_H */
|
||||
|
Loading…
Reference in New Issue
Block a user