]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSMacOSX/Private/xpc_services.h
mDNSResponder-878.230.2.tar.gz
[apple/mdnsresponder.git] / mDNSMacOSX / Private / xpc_services.h
1 /* -*- Mode: C; tab-width: 4 -*-
2 *
3 * Copyright (c) 2012 Apple Inc. All rights reserved.
4 *
5 *
6 *
7 * File: xpc_services.h
8 *
9 * Contains: Interfaces necessary to talk to xpc_services.c
10 *
11 */
12
13 #ifndef XPC_SERVICES_H
14 #define XPC_SERVICES_H
15
16 #include "mDNSEmbeddedAPI.h"
17 #include <xpc/xpc.h>
18
19 extern void xpc_server_init(void);
20 extern void xpcserver_info(mDNS *const m);
21
22 extern mDNSBool IsEntitled(xpc_connection_t conn, const char *password);
23 extern void init_dnsctl_service(void);
24
25 extern void INFOCallback(void);
26
27 #endif // XPC_SERVICES_H