]> andersk Git - openssh.git/blobdiff - openbsd-compat/bsd-cygwin_util.h
- (dtucker) [openbsd-compat/getrrsetbyname.c] Reduce answer buffer size so it
[openssh.git] / openbsd-compat / bsd-cygwin_util.h
index 8ff590ce6fe9fd0bffa0f619a820ed41d3c29af7..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 *filename, int flags, ...);
+int binary_open(const char *, int , ...);
 int binary_pipe(int fd[2]);
-int check_nt_auth(int pwd_authenticated, struct passwd *pw);
-int check_ntsec(const char *filename);
-void register_9x_service(void);
+int check_ntsec(const char *);
+char **fetch_windows_environment(void);
+void free_windows_environment(char **);
 
 #define open binary_open
 #define pipe binary_pipe
This page took 0.097205 seconds and 4 git commands to generate.