From b1f8731791678c2185959b9c97da3a5f3624f91f Mon Sep 17 00:00:00 2001 From: schmidt Date: Fri, 19 Feb 1999 05:03:24 +0000 Subject: . --- ace/OS.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ace/OS.h') 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, -- cgit v1.2.1