diff options
author | Jeremy Allison <jra@samba.org> | 1998-10-17 17:41:13 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-10-17 17:41:13 +0000 |
commit | 60dc1a4a00a22088d33369588b0d5eb292cf084a (patch) | |
tree | 5510227c3380fc1b2f073fb754ca6977680acb2d /source/smbd/quotas.c | |
parent | 69c7b8e2af225f3711d601a136ad3dbc9aaa476e (diff) | |
download | samba-60dc1a4a00a22088d33369588b0d5eb292cf084a.tar.gz |
Small tidyups for gcc in 'preen' mode....
Jeremy.
Diffstat (limited to 'source/smbd/quotas.c')
-rw-r--r-- | source/smbd/quotas.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/smbd/quotas.c b/source/smbd/quotas.c index b7a538e189e..716c2357c6c 100644 --- a/source/smbd/quotas.c +++ b/source/smbd/quotas.c @@ -661,6 +661,7 @@ BOOL disk_quotas(char *path, int *bsize, int *dfree, int *dsize) #else /* this keeps fussy compilers happy */ + void quotas_dummy(void); void quotas_dummy(void) {} #endif /* QUOTAS */ |