File: afsquota.h

package info (click to toggle)
libquota-perl 1.4.1-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 224 kB
  • ctags: 358
  • sloc: ansic: 803; perl: 524; makefile: 55
file content (7 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
/*
 *  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);