mirror of
https://github.com/samba-team/samba.git
synced 2025-02-22 05:57:43 +03:00
source4/winbind: Fix prototypes for all functions.
This commit is contained in:
parent
7628fb2396
commit
942c6eedf7
@ -29,6 +29,8 @@
|
||||
#include "librpc/gen_ndr/ndr_lsa_c.h"
|
||||
#include "librpc/gen_ndr/ndr_samr_c.h"
|
||||
|
||||
#include "winbind/wb_helper.h"
|
||||
|
||||
|
||||
struct lsa_lookupsids_state {
|
||||
struct composite_context *ctx;
|
||||
|
@ -22,6 +22,8 @@
|
||||
#ifndef __WB_ASYNC_HELPERS_H__
|
||||
#define __WB_ASYNC_HELPERS_H__
|
||||
|
||||
struct dcerpc_pipe;
|
||||
|
||||
#include "librpc/gen_ndr/lsa.h"
|
||||
|
||||
struct wb_sid_object {
|
||||
|
@ -21,6 +21,9 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "param/param.h"
|
||||
#include "libcli/security/dom_sid.h"
|
||||
#include "winbind/wb_async_helpers.h"
|
||||
#include "winbind/wb_helper.h"
|
||||
|
||||
|
||||
/* Split a domain\\user string into it's parts, because the client supplies it
|
||||
|
Loading…
x
Reference in New Issue
Block a user