diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-04-19 08:23:13 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-04-19 08:23:13 +0000 |
commit | f074d6ef57de28a2855fb2f8d3357ec46cbe8be0 (patch) | |
tree | 6ff54e1514cc88221b0489e1dab9d35668c388c5 /source3/include | |
parent | 59f992f12de9a0c6a0bc30f8953b324699623a03 (diff) | |
download | samba-f074d6ef57de28a2855fb2f8d3357ec46cbe8be0.tar.gz samba-f074d6ef57de28a2855fb2f8d3357ec46cbe8be0.tar.bz2 samba-f074d6ef57de28a2855fb2f8d3357ec46cbe8be0.zip |
split fsusage() into a separate module (to fix linking problems with
spoolssd in tng)
(This used to be commit e2eacdd74c369fbbcd118148149321e36f3d0010)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index b4e33652ff..4e5b614f56 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -91,6 +91,10 @@ void fault_setup(void (*fn)(void *)); int fnmatch (const char *pattern, const char *string, int flags); +/*The following definitions come from lib/fsusage.c */ + +int sys_fsusage(const char *path, SMB_BIG_UINT *dfree, SMB_BIG_UINT *dsize); + /*The following definitions come from lib/genrand.c */ void generate_random_buffer( unsigned char *out, int len, BOOL re_seed); |