afssyscalls-declarations-20050815

declare lsetpag() and lpioctl() since they are exported
This commit is contained in:
Jeffrey Altman 2005-08-15 18:35:05 +00:00
parent eb00f91374
commit fab147e843

View File

@ -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 */