summaryrefslogtreecommitdiff
path: root/ace/OS.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-02-19 05:03:24 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-02-19 05:03:24 +0000
commitb1f8731791678c2185959b9c97da3a5f3624f91f (patch)
tree016ecc78c8b276c4b520087195a0714c4e07257d /ace/OS.h
parent176b195f89af6b2c9e4b5a2f1d282093845502ea (diff)
downloadATCD-b1f8731791678c2185959b9c97da3a5f3624f91f.tar.gz
.
Diffstat (limited to 'ace/OS.h')
-rw-r--r--ace/OS.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/OS.h b/ace/OS.h
index f3516185293..558e0ffe389 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -4459,6 +4459,9 @@ public:
static int getopt (int argc,
char *const *argv,
const char *optstring);
+ static int argv_to_string (ASYS_TCHAR **argv,
+ ASYS_TCHAR *&buf,
+ int substitute_env_args = 1);
static int string_to_argv (ASYS_TCHAR *buf,
size_t &argc,
ASYS_TCHAR **&argv,