Rename /tests to /ckm to align with tizen branch
[platform/core/test/security-tests.git] / src / security-server-tests / security_server_mockup.h
1 /*
2  * Copyright (c) 2013 Samsung Electronics Co., Ltd All Rights Reserved
3  */
4 /*
5  * @file    security_server_tests_client_smack.cpp
6  * @author  Bartlomiej Grzelewski (b.grzelewski@samsung.com)
7  * @version 1.0
8  * @brief   Mockups.
9  */
10
11 #ifndef _SS_CLIENT_SERVER_
12 #define _SS_CLIENT_SERVER_
13
14 int create_new_socket();
15 int connect_to_testserver();
16
17 #endif
18