summaryrefslogtreecommitdiff
path: root/include/utils/MsgUtilFunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utils/MsgUtilFunction.h')
-rwxr-xr-xinclude/utils/MsgUtilFunction.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/utils/MsgUtilFunction.h b/include/utils/MsgUtilFunction.h
index 9b68fbd..8472c2a 100755
--- a/include/utils/MsgUtilFunction.h
+++ b/include/utils/MsgUtilFunction.h
@@ -28,6 +28,8 @@
#include "MsgInternalTypes.h"
#include "MsgCmdTypes.h"
+#include <bundle.h>
+
/*==================================================================================================
DEFINES
==================================================================================================*/
@@ -45,6 +47,8 @@
bool MsgCheckFeatureSupport(const char *feature_name);
+int MsgContactGetMinMatchDigit();
+
/* Encoders */
int MsgEncodeCountInfo(MSG_COUNT_INFO_S *pCountInfo, char **ppDest);
@@ -152,6 +156,8 @@ gchar * msg_replace_non_ascii_char(const gchar *pszText, gunichar replacementCha
uid_t msg_get_login_user();
+msg_error_t msg_launch_app(const char *app_id, bundle *bundle_data);
+
/* Dbus function */
void MsgDbusInit();
void MsgDbusDeinit();