From 24efca1401704881732859321c6c9dab024a02c5 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 8 Sep 2003 20:08:53 +0000 Subject: * cygwin.din: Export endusershell, getusershell and setusershell. * syscalls.cc (getusershell): New function. (setusershell): Ditto. (endusershell): Ditto. * include/cygwin/version.h: Bump API minor number. --- winsup/cygwin/cygwin.din | 3 +++ 1 file changed, 3 insertions(+) (limited to 'winsup/cygwin/cygwin.din') diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index 76dd69057..b67d7a687 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -289,6 +289,7 @@ cygwin32_detach_dll = cygwin_detach_dll cygwin_dll_init endprotoent = cygwin_endprotoent endservent = cygwin_endservent +endusershell gethostbyaddr = cygwin_gethostbyaddr gethostbyname = cygwin_gethostbyname _gethostname = cygwin_gethostname @@ -302,6 +303,7 @@ getservbyport = cygwin_getservbyport getservent = cygwin_getservent getsockname = cygwin_getsockname getsockopt = cygwin_getsockopt +getusershell herror = cygwin_herror hstrerror = cygwin_hstrerror inet_addr = cygwin_inet_addr @@ -335,6 +337,7 @@ cygwin_set_impersonation_token setprotoent = cygwin_setprotoent setservent = cygwin_setservent setsockopt = cygwin_setsockopt +setusershell shutdown = cygwin_shutdown socket = cygwin_socket cygwin_split_path -- cgit v1.2.3