Home | History | Annotate | Line # | Download | only in mDNSShared
      1  1.1.1.2  christos /*
      2  1.1.1.2  christos  * Copyright (c) 2016-2020 Apple Inc. All rights reserved.
      3  1.1.1.2  christos  *
      4  1.1.1.2  christos  * Licensed under the Apache License, Version 2.0 (the "License");
      5  1.1.1.2  christos  * you may not use this file except in compliance with the License.
      6  1.1.1.2  christos  * You may obtain a copy of the License at
      7  1.1.1.2  christos  *
      8  1.1.1.2  christos  *     https://www.apache.org/licenses/LICENSE-2.0
      9  1.1.1.2  christos  *
     10  1.1.1.2  christos  * Unless required by applicable law or agreed to in writing, software
     11  1.1.1.2  christos  * distributed under the License is distributed on an "AS IS" BASIS,
     12  1.1.1.2  christos  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     13  1.1.1.2  christos  * See the License for the specific language governing permissions and
     14  1.1.1.2  christos  * limitations under the License.
     15      1.1  christos  */
     16      1.1  christos 
     17      1.1  christos #ifndef _DNS_SD_INTERNAL_H
     18      1.1  christos #define _DNS_SD_INTERNAL_H
     19      1.1  christos 
     20  1.1.1.2  christos // The mDNSResponder daemon doesn't call the private DNS-SD API.
     21  1.1.1.2  christos 
     22      1.1  christos 
     23      1.1  christos #include "dns_sd_private.h"
     24      1.1  christos 
     25  1.1.1.2  christos #endif  // _DNS_SD_INTERNAL_H
     26