X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=tuntap%2Fchiark_tcl_tuntap.h;fp=tuntap%2Fchiark_tcl_tuntap.h;h=d548f10943737209f063e17a6f10f4226655ada7;hb=f160ced257ab2fde31c54f7fb50317796f571be8;hp=0000000000000000000000000000000000000000;hpb=a409808cf18cad599afe7313095c66125e1469ec;p=chiark-tcl.git diff --git a/tuntap/chiark_tcl_tuntap.h b/tuntap/chiark_tcl_tuntap.h new file mode 100644 index 0000000..d548f10 --- /dev/null +++ b/tuntap/chiark_tcl_tuntap.h @@ -0,0 +1,38 @@ +/* + * tuntap - Tcl bindings for tun/tap userspace network interfaces + * Copyright 2006 Ian Jackson + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301, USA. + */ + +#ifndef TUNTAPTCL_H +#define TUNTAPTCL_H + +#include +#include +#include +#include +#include + +#include "hbytes.h" +#include "dgram.h" +#include "tuntap+tcmdif.h" + +/* from tuntap.c */ + +extern const IdDataSpec cht_tuntap_socks; + +#endif /*TUNTAPTCL_H*/