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