diff options
Diffstat (limited to 'src/interface.h')
-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 ccd94b23a..1f87ba7fe 100644 --- a/src/interface.h +++ b/src/interface.h @@ -33,7 +33,7 @@ void freeAllInterfaces(); void closeOldInterfaces(); void closeInterfaceWithFD(int fd); void flushAllInterfaceBuffers(); -int interfacePrintWithFD(int fd, char * buffer); +int interfacePrintWithFD(int fd, char * buffer, int len); int doIOForInterfaces(); |