]> andersk Git - openssh.git/blobdiff - openbsd-compat/bsd-cygwin_util.h
- (dtucker) [openbsd-compat/pwcache.c] Shrink ifdef area to prevent unused
[openssh.git] / openbsd-compat / bsd-cygwin_util.h
index 5d460ee4147a3ade644c637fa82c48c32be9061b..5bdf5fb157b20f3b266e66e838ec30ae63f1ee8e 100644 (file)
 
 #ifdef HAVE_CYGWIN
 
+#undef ERROR
+
+#include <windows.h>
+#include <sys/cygwin.h>
 #include <io.h>
 
 int binary_open(const char *, int , ...);
 int binary_pipe(int fd[2]);
-int check_nt_auth(int, struct passwd *);
 int check_ntsec(const char *);
-void register_9x_service(void);
+char **fetch_windows_environment(void);
+void free_windows_environment(char **);
 
 #define open binary_open
 #define pipe binary_pipe
This page took 0.042036 seconds and 4 git commands to generate.