diff options
Diffstat (limited to 'src/mds-echo.h')
-rw-r--r-- | src/mds-echo.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mds-echo.h b/src/mds-echo.h index fd88e15..ebe5a21 100644 --- a/src/mds-echo.h +++ b/src/mds-echo.h @@ -30,15 +30,6 @@ */ int echo_message(void); -/** - * Send a full message even if interrupted - * - * @param message The message to send - * @param length The length of the message - * @return Zero on success, -1 on error - */ -int full_send(const char* message, size_t length); - #endif |