1/*
2 * Copyright (c) 2013 Apple Inc.
3 * All rights reserved.
4 */
5
6#ifndef __SNHELPER_H__
7#define __SNHELPER_H__
8
9void send_reply(xpc_connection_t connection, xpc_object_t request, int64_t result, xpc_object_t result_data);
10
11#endif /* __SNHELPER_H__ */
12