From 2a8ab6f28502a891f226a7d3c65e6d5e25cbfc88 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Mon, 28 Nov 2022 18:41:26 +0200 Subject: [PATCH] Removed last few extern declarations --- source/libtun/adapter.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/libtun/adapter.d b/source/libtun/adapter.d index 4eeb682..57bb180 100644 --- a/source/libtun/adapter.d +++ b/source/libtun/adapter.d @@ -1,7 +1,7 @@ module libtun.adapter; -extern (C) int ioctl(int fd, ulong request, void* data); -extern (C) int open(char* path, int flags); +// extern (C) int ioctl(int fd, ulong request, void* data); +// extern (C) int open(char* path, int flags); import core.stdc.stdio;