diff options
author | Herb Lewis <herb@samba.org> | 2001-11-19 17:49:00 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2001-11-19 17:49:00 +0000 |
commit | 3a62662d067d8dc997134ff5ca27990dd3276611 (patch) | |
tree | 3a5bb94f6a83cbac7c1ee5474af8d57672b82eed /docs/htmldocs/using_samba/ch04_07.html | |
parent | d2b1c0e5a076a145f79c3fc6afd11c3f909a3d4b (diff) | |
download | samba-3a62662d067d8dc997134ff5ca27990dd3276611.tar.gz samba-3a62662d067d8dc997134ff5ca27990dd3276611.tar.xz samba-3a62662d067d8dc997134ff5ca27990dd3276611.zip |
remake proto.h
the make proto target has a problem. If you have run configure with
the --with-quotas option and then run make proto, you end up getting
the following in proto.h
/*The following definitions come from smbd/quotas.c */
BOOL disk_quotas(const char *path, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_UINT *dsize);
BOOL disk_quotas(const char *path, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_UINT *dsize);
BOOL disk_quotas(const char *path, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_UINT *dsize);
BOOL disk_quotas(const char *path, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_UINT *dsize);
BOOL disk_quotas(const char *path, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_UINT *dsize);
BOOL disk_quotas(const char *path, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_UINT *dsize);
BOOL disk_quotas_vxfs(const pstring name, char *path, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_UINT *dsize);
Diffstat (limited to 'docs/htmldocs/using_samba/ch04_07.html')
0 files changed, 0 insertions, 0 deletions