diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-02-19 05:03:24 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-02-19 05:03:24 +0000 |
commit | b1f8731791678c2185959b9c97da3a5f3624f91f (patch) | |
tree | 016ecc78c8b276c4b520087195a0714c4e07257d /ace/OS.h | |
parent | 176b195f89af6b2c9e4b5a2f1d282093845502ea (diff) | |
download | ATCD-b1f8731791678c2185959b9c97da3a5f3624f91f.tar.gz |
.
Diffstat (limited to 'ace/OS.h')
-rw-r--r-- | ace/OS.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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, |