summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h4
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);