diff options
Diffstat (limited to 'lib/log/ph-log-utils.h')
-rwxr-xr-x | lib/log/ph-log-utils.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/log/ph-log-utils.h b/lib/log/ph-log-utils.h new file mode 100755 index 0000000..91fe8a6 --- /dev/null +++ b/lib/log/ph-log-utils.h @@ -0,0 +1,25 @@ +/* +* Copyright 2012 Samsung Electronics Co., Ltd +* +* Licensed under the Flora License, Version 1.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://floralicense.org/license/ +* +* 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. +*/ + + +#ifndef __PH_LOG_UTILS_H__ +#define __PH_LOG_UTILS_H__ + +#include "phone-common.h" +contacts_error_e ph_log_util_del_log_by_id(Eina_List *list, ph_log_info *l_info); +void ph_log_util_svi_play(int vibration_key, int sound_key); + +#endif /* __PH_LOG_UTILS_H__ */ |