]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSWindows/DLL/dnssd.def
mDNSResponder-107.6.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.3 2006/08/14 23:25:41 cheshire
21 ; Re-licensed mDNSResponder daemon source code under Apache License, Version 2.0
22 ;
23 ; Revision 1.2 2004/07/19 07:43:59 shersche
24 ; export TXTRecord APIs
25 ;
26 ; Revision 1.1 2004/06/18 03:55:11 rpantos
27 ; Move DLL up to main level; additional integration from Scott.
28 ;
29 ; Revision 1.2 2004/03/19 10:07:14 bradley
30 ; Export all DNS-SD API symbols from the DLL so they can be used by clients.
31 ;
32 ; Revision 1.1 2004/02/21 04:16:50 bradley
33 ; DLL wrapper for DNS-SD API.
34 ;
35 ;
36 ;
37
38 LIBRARY dnssd
39
40 EXPORTS
41 DNSServiceRefSockFD
42 DNSServiceProcessResult
43 DNSServiceRefDeallocate
44 DNSServiceEnumerateDomains
45 DNSServiceRegister
46 DNSServiceAddRecord
47 DNSServiceUpdateRecord
48 DNSServiceRemoveRecord
49 DNSServiceBrowse
50 DNSServiceResolve
51 DNSServiceConstructFullName
52 DNSServiceCreateConnection
53 DNSServiceRegisterRecord
54 DNSServiceQueryRecord
55 DNSServiceReconfirmRecord
56 TXTRecordCreate
57 TXTRecordDeallocate
58 TXTRecordSetValue
59 TXTRecordRemoveValue
60 TXTRecordContainsKey
61 TXTRecordGetCount
62 TXTRecordGetLength
63 TXTRecordGetBytesPtr
64 TXTRecordGetValuePtr
65 TXTRecordGetItemAtIndex