summaryrefslogtreecommitdiff
path: root/include/doc-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/doc-util.h')
-rw-r--r--include/doc-util.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/include/doc-util.h b/include/doc-util.h
new file mode 100644
index 0000000..6fc0b28
--- /dev/null
+++ b/include/doc-util.h
@@ -0,0 +1,28 @@
+/*
+* Copyright (c) 2000-2015 Samsung Electronics Co., Ltd All Rights Reserved
+*
+* 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.
+*
+*/
+
+#ifndef _DOC_UTIL_H_
+#define _DOC_UTIL_H_
+
+#include "attach-panel-document.h"
+
+int doc_reg_db_update_noti(doc_ugdata* ugd);
+int doc_dereg_db_update_noti(void);
+Eina_Bool doc_update_view(doc_ugdata* ugd, int mode);
+int doc_atoi(const char *number);
+#endif //_DOC_UTIL_H_
+