summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_unistd.h
diff options
context:
space:
mode:
authoriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-03-30 20:56:47 +0000
committeriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-03-30 20:56:47 +0000
commit752f19672298fcd5f08fcff9cbaededbd0eceb7f (patch)
tree4c25f6d33f51c541e83b00d6d514d23806ecfcc8 /ACE/ace/OS_NS_unistd.h
parent911e54615b0f90d967d6f2ed0da1d1d13f48c0b1 (diff)
downloadATCD-752f19672298fcd5f08fcff9cbaededbd0eceb7f.tar.gz
ChangeLogTag: Sun Mar 30 19:54:23 UTC 2008 Iliyan Jeliazkov <iliyan@ociweb.com>
Diffstat (limited to 'ACE/ace/OS_NS_unistd.h')
-rw-r--r--ACE/ace/OS_NS_unistd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ACE/ace/OS_NS_unistd.h b/ACE/ace/OS_NS_unistd.h
index aeb5b181964..c68100bbde5 100644
--- a/ACE/ace/OS_NS_unistd.h
+++ b/ACE/ace/OS_NS_unistd.h
@@ -64,6 +64,13 @@ namespace ACE_OS
// used by ARGV::argv_to_string() and ACE_OS::fork_exec()
extern ACE_Export
+ int argv_to_string (int argc,
+ ACE_TCHAR **argv,
+ ACE_TCHAR *&buf,
+ bool substitute_env_args = true,
+ bool quote_args = false);
+
+ extern ACE_Export
int argv_to_string (ACE_TCHAR **argv,
ACE_TCHAR *&buf,
bool substitute_env_args = true,