]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Fri, 12 Apr 2013 19:36:50 +0000 (12:36 -0700)
committerDmitry Torokhov <dtor@vmware.com>
Wed, 17 Apr 2013 19:16:32 +0000 (12:16 -0700)
Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
open-vm-tools/lib/include/appUtil.h

index 140e3e7fddbc4e305614de2da8591a63e8dc919b..40154d0bfa4c9a281853c67e9894952c77695576 100644 (file)
@@ -86,6 +86,9 @@ HICON AppUtil_GetWindowIcon(HWND hwnd,
 void AppUtil_BuildGlobalApplicationList(void);
 
 char *AppUtil_ActionURIForCommandLine(const WCHAR *commandLineUtf16);
+Bool  AppUtil_CommandLineForShellCommandURI(const char *shellCommandURI,
+                                            char **executablePath,
+                                            char **commandLine);
 
 Bool AppUtil_GetLinkIconData(const TCHAR *path,
                              AppUtilIconInfo *iconInfo,