|
|
| version 1.3, 2003/08/08 04:18:36 | version 1.4, 2003/11/14 03:54:31 |
|---|---|
| Line 34 | Line 34 |
| #include <rpcsvc/rquota.h> | #include <rpcsvc/rquota.h> |
| #include <arpa/inet.h> | #include <arpa/inet.h> |
| void rquota_service __P((struct svc_req *request, SVCXPRT *transp)); | void rquota_service (struct svc_req *request, SVCXPRT *transp); |
| void sendquota __P((struct svc_req *request, SVCXPRT *transp)); | void sendquota (struct svc_req *request, SVCXPRT *transp); |
| void printerr_reply __P((SVCXPRT *transp)); | void printerr_reply (SVCXPRT *transp); |
| void initfs __P((void)); | void initfs (void); |
| int getfsquota __P((long id, char *path, struct dqblk *dqblk)); | int getfsquota (long id, char *path, struct dqblk *dqblk); |
| int hasquota __P((struct fstab *fs, char **qfnamep)); | int hasquota (struct fstab *fs, char **qfnamep); |
| /* | /* |
| * structure containing informations about ufs filesystems | * structure containing informations about ufs filesystems |