~ubuntu-branches/ubuntu/raring/uml-utilities/raring

« back to all changes in this revision

Viewing changes to uml_router/tuntap.h

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2002-04-25 22:22:36 UTC
  • Revision ID: james.westby@ubuntu.com-20020425222236-c77x5ypvsn9cbxi8
Tags: upstream-20020415
ImportĀ upstreamĀ versionĀ 20020415

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Copyright 2002 Jeff Dike
 
2
 * Licensed under the GPL
 
3
 */
 
4
 
 
5
#ifndef __TUNTAP_H__
 
6
#define __TUNTAP_H__
 
7
 
 
8
extern int open_tap(char *dev);
 
9
extern void handle_tap(int fd, int hub);
 
10
 
 
11
#endif