summaryrefslogtreecommitdiffstats
path: root/mDNSResponder/mDNSMacOSX/Private/xpc_services.h
blob: 8d7c0433bd5af2319c914e3977f283b92cfc094f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* -*- Mode: C; tab-width: 4 -*-
 *
 * Copyright (c) 2012 Apple Inc. All rights reserved.
 *
 *
 *
 *    File:       xpc_services.h
 *
 *    Contains:   Interfaces necessary to talk to xpc_services.c
 *
 */

#ifndef XPC_SERVICES_H
#define XPC_SERVICES_H

#include "mDNSEmbeddedAPI.h"
#include <xpc/xpc.h>

extern void xpc_server_init(void);
extern void xpcserver_info(mDNS *const m);

extern mDNSBool IsEntitled(xpc_connection_t conn, const char *password);
extern void init_dnsctl_service(void);

extern void INFOCallback(void);

#endif // XPC_SERVICES_H