Removed last few extern declarations

This commit is contained in:
Tristan B. Velloza Kildaire 2022-11-28 18:41:26 +02:00
parent 76991d7082
commit 2a8ab6f285
1 changed files with 2 additions and 2 deletions

View File

@ -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;