diff options
Diffstat (limited to '')
-rw-r--r-- | src/interface.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interface.h b/src/interface.h index b73a2453d..ac64c2b64 100644 --- a/src/interface.h +++ b/src/interface.h @@ -26,12 +26,12 @@ #include <sys/types.h> #include <sys/socket.h> -void initInterfaces(); +void initInterfaces(void); void openAInterface(int fd, struct sockaddr *addr); -void freeAllInterfaces(); -void closeOldInterfaces(); +void freeAllInterfaces(void); +void closeOldInterfaces(void); int interfacePrintWithFD(int fd, char *buffer, int len); -int doIOForInterfaces(); +int doIOForInterfaces(void); #endif |