Flora license update
[apps/home/smartsearch.git] / include / common_util.h
1 /*
2  * Copyright 2012-2013 Samsung Electronics Co., Ltd/
3  *
4  * Licensed under the Flora License, Version 1.1 (the License);
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *     http://floralicense.org/license/
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an AS IS BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17
18
19
20
21 #define CHECK_VALIDATE_UTF8 0
22
23 void search_util_date_time_format_init();
24 void search_util_date_time_format_deinit();
25 void search_region_format_cb(void *data);
26 void search_util_date_time_format_get_val(time_t time,
27                                           char *format_val, int type);
28 void search_sql_make_keyword_bind_value(char *src, char *dest, int type);
29 void search_get_date_string(char *date_string);
30 const char *search_markup_keyword(const char *string, char *searchword,
31                                  bool *result);
32 char *search_get_main_window_name(void);