diff options
Diffstat (limited to '')
-rw-r--r-- | src/interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.h b/src/interface.h index 70ba424dc..389e47136 100644 --- a/src/interface.h +++ b/src/interface.h @@ -26,7 +26,7 @@ void initInterfaces(void); void openAInterface(int fd, struct sockaddr *addr); void freeAllInterfaces(void); void closeOldInterfaces(void); -int interfacePrintWithFD(int fd, char *buffer, int len); +int interfacePrintWithFD(int fd, char *buffer, size_t len); int doIOForInterfaces(void); |