summaryrefslogtreecommitdiff
path: root/include/util/mtp_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/util/mtp_support.h')
-rwxr-xr-xinclude/util/mtp_support.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util/mtp_support.h b/include/util/mtp_support.h
index b0cc9c4..a67325b 100755
--- a/include/util/mtp_support.h
+++ b/include/util/mtp_support.h
@@ -54,5 +54,6 @@ void _util_get_parent_path(const mtp_char *fullpath, mtp_char *p_path);
void _util_conv_wstr_to_guid(mtp_wchar *wstr, mtp_uint64 *guid);
mtp_bool _util_get_unique_dir_path(const mtp_char *exist_path, mtp_char *new_path,
mtp_uint32 new_path_buf_len);
+mtp_int32 _util_system_cmd_wait(const mtp_char *cmd);
#endif /* _MTP_SUPPORT_H_ */