summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-12 06:06:15 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-12 06:06:15 +0000
commit54c24dfc99bdf5186d813a4673e28ac93504f350 (patch)
tree87242631d7db7db7b90661c4e82005bb08ffcb39 /win32/win32.h
parent2b2c7c36d18919fd2e948fac0f4faf57e681a62c (diff)
* eval.c (ruby_options): now we cannot call rb_glob() before
ruby_init(), so call rb_w32_cmdvector() at ruby_options(). * win32.{c,h} (rb_w32_cmdvector): rename make_cmdvector() and export it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 60f9e3ddbd..d7222fc1b1 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -132,10 +132,8 @@ struct timezone {
int tz_dsttime;
};
#endif
-extern int NtMakeCmdVector(char *, char ***, int);
extern void NtInitialize(int *, char ***);
-extern char * NtGetLib(void);
-extern char * NtGetBin(void);
+extern int rb_w32_cmdvector(const char *, char ***);
extern pid_t pipe_exec(char *, int, FILE **, FILE **);
extern int flock(int fd, int oper);
extern int rb_w32_accept(int, struct sockaddr *, int *);