projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Convert the dnsapi stuff to a consistent 4 spaces indentation
[reactos.git]
/
reactos
/
dll
/
win32
/
dnsapi
/
include
/
internal
/
windns.h
1
#ifndef WINDNS_INTERNAL_H
2
#define WINDNS_INTERNAL_H
3
4
#include
"adns.h"
5
6
typedef
struct
7
{
8
adns_state State
;
9
}
WINDNS_CONTEXT
, *
PWINDNS_CONTEXT
;
10
11
DNS_STATUS
DnsIntTranslateAdnsToDNS_STATUS
(
int
Status
);
12
void
DnsIntFreeRecordList
(
PDNS_RECORD ToFree
);
13
14
#endif
//WINDNS_INTERNAL_H