1
0
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:
Jelmer Vernooij 2011-03-19 00:44:11 +01:00
parent 7628fb2396
commit 942c6eedf7
3 changed files with 7 additions and 0 deletions

View File

@ -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;

View File

@ -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 {

View File

@ -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