1/*
2 * Copyright (c) 2013 Apple Inc.
3 * All rights reserved.
4 */
5
6#ifndef __SNHELPER_FLOW_DIVERT_H__
7#define __SNHELPER_FLOW_DIVERT_H__
8
9void handle_flow_divert_uuid_add(xpc_connection_t connection, xpc_object_t message);
10void handle_flow_divert_uuid_remove(xpc_connection_t connection, xpc_object_t message);
11void handle_flow_divert_uuid_clear(xpc_connection_t connection, xpc_object_t message);
12
13#endif /* __SNHELPER_FLOW_DIVERT_H__ */
14