diff options
| author | Kirk McKusick <mckusick@FreeBSD.org> | 2009-02-13 19:56:59 +0000 |
|---|---|---|
| committer | Kirk McKusick <mckusick@FreeBSD.org> | 2009-02-13 19:56:59 +0000 |
| commit | a88984f248e353d85b18d6e609e7209fa9fb855f (patch) | |
| tree | 604aa840a032757c89d2272ab58491491c47038c /lib/libutil/libutil.h | |
| parent | 909d0c906fc23065abcf6f3535d7c81b729f74bf (diff) | |
Notes
Diffstat (limited to 'lib/libutil/libutil.h')
| -rw-r--r-- | lib/libutil/libutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h index 7796de0ac788..b9aec78919d8 100644 --- a/lib/libutil/libutil.h +++ b/lib/libutil/libutil.h @@ -148,7 +148,7 @@ struct quotafile *quota_create(const char *); void quota_close(struct quotafile *); int quota_read(struct quotafile *, struct dqblk *, int); int quota_write(struct quotafile *, const struct dqblk *, int); -int hasquota(struct fstab *, int, char **); +int hasquota(struct fstab *, int, char *, int); #endif __END_DECLS |
