From: Jeffrey Altman Date: Mon, 15 Aug 2005 18:35:05 +0000 (+0000) Subject: afssyscalls-declarations-20050815 X-Git-Tag: openafs-devel-1_5_0~379 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=fab147e843667d87323cdf9fcad2012ca942f6fd;p=packages%2Fo%2Fopenafs.git afssyscalls-declarations-20050815 declare lsetpag() and lpioctl() since they are exported --- diff --git a/src/sys/afssyscalls.h b/src/sys/afssyscalls.h index 9968566ff..4adebcd5c 100644 --- a/src/sys/afssyscalls.h +++ b/src/sys/afssyscalls.h @@ -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 */