]>
Commit | Line | Data |
---|---|---|
51601d48 A |
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" | |
9f221bca | 17 | #include <xpc/xpc.h> |
51601d48 A |
18 | |
19 | extern void xpc_server_init(void); | |
20 | extern void xpcserver_info(mDNS *const m); | |
21 | ||
9f221bca A |
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 | ||
51601d48 | 27 | #endif // XPC_SERVICES_H |