summaryrefslogtreecommitdiff
path: root/source4/lib/util/util.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-04-01 15:17:18 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-04-01 15:17:18 +0200
commit7fd96c5b04177a412d9ef12b2f4620b587fe8ed6 (patch)
treeccdbbe3c7fbef5b738c0688fe3aff4d6e9550127 /source4/lib/util/util.h
parentf41b9a9dde0dcad17e3a137537548f9bd9ab3901 (diff)
downloadsamba-7fd96c5b04177a412d9ef12b2f4620b587fe8ed6.tar.gz
samba-7fd96c5b04177a412d9ef12b2f4620b587fe8ed6.tar.bz2
samba-7fd96c5b04177a412d9ef12b2f4620b587fe8ed6.zip
Add userdata argument to reseed callback function.
(This used to be commit d4272bc6bcfcd71fa93edb25bb33d6458e8b33cd)
Diffstat (limited to 'source4/lib/util/util.h')
-rw-r--r--source4/lib/util/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/util/util.h b/source4/lib/util/util.h
index 26700587ef..60c8437634 100644
--- a/source4/lib/util/util.h
+++ b/source4/lib/util/util.h
@@ -218,7 +218,7 @@ _PUBLIC_ struct in_addr sys_inet_makeaddr(int net, int host);
/**
Copy any user given reseed data.
**/
-_PUBLIC_ void set_rand_reseed_callback(void (*fn)(int *));
+_PUBLIC_ void set_rand_reseed_callback(void (*fn)(void *, int *), void *);
/**
* Tell the random number generator it needs to reseed.