]> andersk Git - openssh.git/blobdiff - openbsd-compat/bsd-cygwin_util.h
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / openbsd-compat / bsd-cygwin_util.h
index 338031f97b1b0a6d51c2e9e60eeeef341710685a..5bdf5fb157b20f3b266e66e838ec30ae63f1ee8e 100644 (file)
@@ -1,8 +1,6 @@
 /* $Id$ */
 
 /*
- * cygwin_util.c
- *
  * Copyright (c) 2000, 2001, Corinna Vinschen <vinschen@cygnus.com>
  *
  * Redistribution and use in source and binary forms, with or without
 
 #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.68224 seconds and 4 git commands to generate.