Deleted Added
full compact
session.h (98695) session.h (98941)
1/* $OpenBSD: session.h,v 1.17 2002/03/29 18:59:32 markus Exp $ */
1/* $OpenBSD: session.h,v 1.17 2002/03/29 18:59:32 markus Exp $ */
2/* $FreeBSD: head/crypto/openssh/session.h 98695 2002-06-23 20:22:49Z des $ */
3
4/*
5 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright

--- 52 unchanged lines hidden (view full) ---

63void session_close_by_pid(pid_t, int);
64void session_close_by_channel(int, void *);
65void session_destroy_all(void (*)(Session *));
66void session_pty_cleanup2(void *);
67
68Session *session_new(void);
69Session *session_by_tty(char *);
70void session_close(Session *);
2
3/*
4 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

--- 52 unchanged lines hidden (view full) ---

62void session_close_by_pid(pid_t, int);
63void session_close_by_channel(int, void *);
64void session_destroy_all(void (*)(Session *));
65void session_pty_cleanup2(void *);
66
67Session *session_new(void);
68Session *session_by_tty(char *);
69void session_close(Session *);
71char **do_setusercontext(struct passwd *);
70void do_setusercontext(struct passwd *);
72#endif
71#endif