diff options
Diffstat (limited to 'usr.sbin/ppp/ppp/tun.h')
-rw-r--r-- | usr.sbin/ppp/ppp/tun.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ppp/tun.h b/usr.sbin/ppp/ppp/tun.h index cdd0f30b340..a23c59732f5 100644 --- a/usr.sbin/ppp/ppp/tun.h +++ b/usr.sbin/ppp/ppp/tun.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $OpenBSD: tun.h,v 1.5 2000/07/11 22:13:04 brian Exp $ + * $OpenBSD: tun.h,v 1.6 2000/11/28 22:59:53 brian Exp $ */ struct tun_data { @@ -36,4 +36,4 @@ struct tun_data { struct bundle; -extern void tun_configure(struct bundle *, int); +extern void tun_configure(struct bundle *); |