diff options
author | Darren Tucker <dtucker@zip.com.au> | 2010-11-05 14:47:01 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2010-11-05 14:47:01 +1100 |
commit | b12fe272a0e850175417aa56e6efef8f08250977 (patch) | |
tree | abd6a1ee2fefd9b12525a85d21667bee3b8cb99a /platform.h | |
parent | cc12418e18242ce1f61d7035da4956274ba13a96 (diff) |
- (dtucker) [platform.c platform.h session.c] Move the Cygwin special-case
check into platform.c
Diffstat (limited to 'platform.h')
-rw-r--r-- | platform.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/platform.h b/platform.h index be66d55c6..944d2c340 100644 --- a/platform.h +++ b/platform.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: platform.h,v 1.6 2010/11/05 01:36:15 dtucker Exp $ */ | 1 | /* $Id: platform.h,v 1.7 2010/11/05 03:47:01 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2006 Darren Tucker. All rights reserved. | 4 | * Copyright (c) 2006 Darren Tucker. All rights reserved. |
@@ -24,6 +24,7 @@ void platform_pre_listen(void); | |||
24 | void platform_pre_fork(void); | 24 | void platform_pre_fork(void); |
25 | void platform_post_fork_parent(pid_t child_pid); | 25 | void platform_post_fork_parent(pid_t child_pid); |
26 | void platform_post_fork_child(void); | 26 | void platform_post_fork_child(void); |
27 | int platform_privileged_uidswap(void); | ||
27 | void platform_setusercontext(struct passwd *); | 28 | void platform_setusercontext(struct passwd *); |
28 | void platform_setusercontext_post_groups(struct passwd *); | 29 | void platform_setusercontext_post_groups(struct passwd *); |
29 | char *platform_get_krb5_client(const char *); | 30 | char *platform_get_krb5_client(const char *); |