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 539ddc2ae5..e57f7924ee 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -187,6 +187,10 @@ void DirCacheFlush( int snum );
void fault_setup(void (*fn)(void *));
+/*The following definitions come from genrand.c */
+
+void generate_random_buffer( unsigned char *out, int len, BOOL re_seed);
+
/*The following definitions come from getsmbpass.c */
char *getsmbpass(char *prompt) ;