~ubuntu-branches/ubuntu/oneiric/likewise-open/oneiric

« back to all changes in this revision

Viewing changes to lsass/server/rpc/lsa/lsa_srv.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Salley
  • Date: 2010-11-22 12:06:00 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20101122120600-8lba1fpceot71wlb
Tags: 6.0.0.53010-1
Likewise Open 6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    );
53
53
 
54
54
 
55
 
DWORD
56
 
LsaSrvInitServerSecurityDescriptor(
57
 
    PSECURITY_DESCRIPTOR_ABSOLUTE *ppSecDesc
58
 
    );
59
 
 
60
 
 
61
 
DWORD
62
 
LsaSrvDestroyServerSecurityDescriptor(
63
 
    PSECURITY_DESCRIPTOR_ABSOLUTE *ppSecDesc
64
 
    );
65
 
 
66
 
 
67
55
#endif /* _LSA_SRV_H_ */
68
56
 
69
57