The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
/*
 *  prototype declarations for AFS quota interface
 */

int afs_check(void);
int afs_getquota(char *path, int *maxQuota, int *blocksUsed);
int afs_setqlim(char *path, int maxQuota);