diff options
Diffstat (limited to 'source4/librpc/rpc')
-rw-r--r-- | source4/librpc/rpc/dcerpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc.c b/source4/librpc/rpc/dcerpc.c index c199dc700a..110da57c93 100644 --- a/source4/librpc/rpc/dcerpc.c +++ b/source4/librpc/rpc/dcerpc.c @@ -76,7 +76,7 @@ struct rpc_request { } async; }; -_PUBLIC_ NTSTATUS dcerpc_init() +_PUBLIC_ NTSTATUS dcerpc_init(void) { return gensec_init(); } |