]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSWindows/DLL/dnssd.def
mDNSResponder-176.3.tar.gz
[apple/mdnsresponder.git] / mDNSWindows / DLL / dnssd.def
1 ; -*- tab-width: 4 -*-
2 ;
3 ; Copyright (c) 2003-2004 Apple Computer, Inc. All rights reserved.
4 ;
5 ; Licensed under the Apache License, Version 2.0 (the "License");
6 ; you may not use this file except in compliance with the License.
7 ; You may obtain a copy of the License at
8 ;
9 ; http://www.apache.org/licenses/LICENSE-2.0
10 ;
11 ; Unless required by applicable law or agreed to in writing, software
12 ; distributed under the License is distributed on an "AS IS" BASIS,
13 ; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ; See the License for the specific language governing permissions and
15 ; limitations under the License.
16 ;
17 ; Change History (most recent first):
18 ;
19 ; $Log: dnssd.def,v $
20 ; Revision 1.4 2006/09/27 00:46:18 herscher
21 ; <rdar://problem/4249761> API: Need DNSServiceGetAddrInfo()
22 ;
23 ; Revision 1.3 2006/08/14 23:25:41 cheshire
24 ; Re-licensed mDNSResponder daemon source code under Apache License, Version 2.0
25 ;
26 ; Revision 1.2 2004/07/19 07:43:59 shersche
27 ; export TXTRecord APIs
28 ;
29 ; Revision 1.1 2004/06/18 03:55:11 rpantos
30 ; Move DLL up to main level; additional integration from Scott.
31 ;
32 ; Revision 1.2 2004/03/19 10:07:14 bradley
33 ; Export all DNS-SD API symbols from the DLL so they can be used by clients.
34 ;
35 ; Revision 1.1 2004/02/21 04:16:50 bradley
36 ; DLL wrapper for DNS-SD API.
37 ;
38 ;
39 ;
40
41 LIBRARY dnssd
42
43 EXPORTS
44 DNSServiceRefSockFD
45 DNSServiceProcessResult
46 DNSServiceRefDeallocate
47 DNSServiceEnumerateDomains
48 DNSServiceRegister
49 DNSServiceAddRecord
50 DNSServiceUpdateRecord
51 DNSServiceRemoveRecord
52 DNSServiceBrowse
53 DNSServiceResolve
54 DNSServiceConstructFullName
55 DNSServiceCreateConnection
56 DNSServiceRegisterRecord
57 DNSServiceQueryRecord
58 DNSServiceReconfirmRecord
59 DNSServiceNATPortMappingCreate
60 DNSServiceGetAddrInfo
61 TXTRecordCreate
62 TXTRecordDeallocate
63 TXTRecordSetValue
64 TXTRecordRemoveValue
65 TXTRecordContainsKey
66 TXTRecordGetCount
67 TXTRecordGetLength
68 TXTRecordGetBytesPtr
69 TXTRecordGetValuePtr
70 TXTRecordGetItemAtIndex