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
18extern void xpc_server_init(void);
19extern void xpcserver_info(mDNS *const m);
20
21#endif // XPC_SERVICES_H
22