summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h4
-rw-r--r--source3/include/version.h2
2 files changed, 5 insertions, 1 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) ;
diff --git a/source3/include/version.h b/source3/include/version.h
index 758b32209e..146d0b7753 100644
--- a/source3/include/version.h
+++ b/source3/include/version.h
@@ -1 +1 @@
-#define VERSION "1.9.18-HEAD"
+#define VERSION "1.9.19-prealpha"