diff options
author | Kim Kibum <kb0929.kim@samsung.com> | 2012-04-29 17:01:52 +0900 |
---|---|---|
committer | Kim Kibum <kb0929.kim@samsung.com> | 2012-04-29 17:01:52 +0900 |
commit | 703f4f8dd9069e4436e848688e50c79de14d03ac (patch) | |
tree | cc1142054e9a8b44a422f2b66dd8372942d9d735 /server/include/ss_server_ipc.h | |
parent | 563412390a7fdd82b9ebb1f1162a43cecaf56c5f (diff) | |
download | secure-storage-703f4f8dd9069e4436e848688e50c79de14d03ac.tar.gz secure-storage-703f4f8dd9069e4436e848688e50c79de14d03ac.tar.bz2 secure-storage-703f4f8dd9069e4436e848688e50c79de14d03ac.zip |
upload tizen1.0 source
Diffstat (limited to 'server/include/ss_server_ipc.h')
-rw-r--r-- | server/include/ss_server_ipc.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/server/include/ss_server_ipc.h b/server/include/ss_server_ipc.h new file mode 100644 index 0000000..641c075 --- /dev/null +++ b/server/include/ss_server_ipc.h @@ -0,0 +1,30 @@ +/* + * secure storage + * + * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved + * + * Contact: Kidong Kim <kd0228.kim@samsung.com> + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +/* + * Declare new function + * + * @name: SsServerComm + * @parameter: void + * @return type: void + */ +void SsServerComm(void); +char* get_key_file_path(void); |