From 705124894804821deeb0806affc2e996f37e8753 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 24 Aug 2015 01:08:03 +0200 Subject: info: construct_error_message and send_error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/libmdsserver/util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/libmdsserver/util.h b/src/libmdsserver/util.h index 67a92f5..cd091d4 100644 --- a/src/libmdsserver/util.h +++ b/src/libmdsserver/util.h @@ -405,7 +405,6 @@ int verify_utf8(const char* string, int allow_modified_nul) __attribute__((pure) size_t construct_error_message(const char* restrict recv_client_id, const char* restrict recv_message_id, int custom, int errnum, const char* restrict message, char** restrict send_buffer, size_t* restrict send_buffer_size) __attribute__((nonnull(1, 2, 6, 7))); -/* TODO document in info manual */ /** * Send an error message @@ -433,7 +432,6 @@ size_t construct_error_message(const char* restrict recv_client_id, const char* int send_error(const char* restrict recv_client_id, const char* restrict recv_message_id, int custom, int errnum, const char* restrict message, char** restrict send_buffer, size_t* restrict send_buffer_size, int socket_fd) __attribute__((nonnull(1, 2, 6, 7))); -/* TODO document in info manual */ #endif -- cgit v1.2.3-70-g09d2