aboutsummaryrefslogtreecommitdiffstats
path: root/src/interface.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/interface.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interface.h b/src/interface.h
index 15fbf0075..4fecb1c4a 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -28,11 +28,8 @@
void initInterfaces();
void openAInterface(int fd, struct sockaddr * addr);
-void closeAllInterfaces();
void freeAllInterfaces();
void closeOldInterfaces();
-void closeInterfaceWithFD(int fd);
-void flushAllInterfaceBuffers();
int interfacePrintWithFD(int fd, char * buffer, int len);
int doIOForInterfaces();