Displaying 2 results from an estimated 2 matches for "rpc_svcctl_init".
2017 Jun 05
3
Lots of RPC-related compile errors (conflicting types, too many arguments, ...) trying to update Samba from 3.5 to 4.6
...r: conflicting types for
'rpc_lsarpc_init'
#define static_decl_rpc extern NTSTATUS rpc_lsarpc_init(void); extern
NTSTATUS rpc_winreg_init(void); extern NTSTATUS
rpc_initshutdown_init(void); extern NTSTATUS rpc_dssetup_init(void);
extern NTSTATUS rpc_wkssvc_init(void); extern NTSTATUS
rpc_svcctl_init(void); extern NTSTATUS rpc_ntsvcs_init(void); extern
NTSTATUS rpc_netlogon_init(void); extern NTSTATUS rpc_netdfs_init(void);
extern NTSTATUS rpc_srvsvc_init(void); extern NTSTATUS
rpc_spoolss_init(void); extern NTSTATUS rpc_eventlog_init(void); extern
NTSTATUS rpc_samr_init(void);...
2017 Jun 08
0
2nd try: Lots of RPC-related compile errors (conflicting types, too many arguments, ...) trying to update Samba from 3.5 to 4.6
...; 'rpc_lsarpc_init'
> #define static_decl_rpc extern NTSTATUS rpc_lsarpc_init(void); extern
> NTSTATUS rpc_winreg_init(void); extern NTSTATUS
> rpc_initshutdown_init(void); extern NTSTATUS rpc_dssetup_init(void);
> extern NTSTATUS rpc_wkssvc_init(void); extern NTSTATUS
> rpc_svcctl_init(void); extern NTSTATUS rpc_ntsvcs_init(void); extern
> NTSTATUS rpc_netlogon_init(void); extern NTSTATUS
> rpc_netdfs_init(void); extern NTSTATUS rpc_srvsvc_init(void); extern
> NTSTATUS rpc_spoolss_init(void); extern NTSTATUS
> rpc_eventlog_init(void); extern NTSTATUS rpc_samr_init...