summaryrefslogtreecommitdiffstats
path: root/include/freerdp
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:25:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:25:36 +0000
commit8050c230ded858d59518fce751e28713dd4266f9 (patch)
tree3b2835ad0af9b436b7ae77963fc10735adc13d25 /include/freerdp
parentAdding upstream version 3.5.0+dfsg1. (diff)
downloadfreerdp3-upstream/3.5.1+dfsg1.tar.xz
freerdp3-upstream/3.5.1+dfsg1.zip
Adding upstream version 3.5.1+dfsg1.upstream/3.5.1+dfsg1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'include/freerdp')
-rw-r--r--include/freerdp/rail.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/freerdp/rail.h b/include/freerdp/rail.h
index b3cd702..64a01e5 100644
--- a/include/freerdp/rail.h
+++ b/include/freerdp/rail.h
@@ -347,9 +347,9 @@ typedef struct
typedef struct
{
UINT16 flags;
- char* RemoteApplicationProgram;
- char* RemoteApplicationWorkingDir;
- char* RemoteApplicationArguments;
+ const char* RemoteApplicationProgram;
+ const char* RemoteApplicationWorkingDir;
+ const char* RemoteApplicationArguments;
} RAIL_EXEC_ORDER;
typedef struct