summaryrefslogtreecommitdiff
path: root/channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels.h')
-rw-r--r--channels.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/channels.h b/channels.h
index a13004838..c6d1aabc7 100644
--- a/channels.h
+++ b/channels.h
@@ -32,7 +32,7 @@
32 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 32 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
33 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 33 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34 */ 34 */
35/* RCSID("$OpenBSD: channels.h,v 1.46 2001/09/17 20:52:47 markus Exp $"); */ 35/* RCSID("$OpenBSD: channels.h,v 1.47 2001/10/01 21:38:53 markus Exp $"); */
36 36
37#ifndef CHANNEL_H 37#ifndef CHANNEL_H
38#define CHANNEL_H 38#define CHANNEL_H
@@ -182,7 +182,8 @@ int channel_still_open(void);
182char *channel_open_message(void); 182char *channel_open_message(void);
183int channel_find_open(void); 183int channel_find_open(void);
184 184
185/* channel_tcpfwd.c */ 185/* tcp forwarding */
186void channel_set_af(int af);
186void channel_permit_all_opens(void); 187void channel_permit_all_opens(void);
187void channel_add_permitted_opens(char *, int); 188void channel_add_permitted_opens(char *, int);
188void channel_clear_permitted_opens(void); 189void channel_clear_permitted_opens(void);