aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-registry/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds-registry/util.h')
-rw-r--r--src/mds-registry/util.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mds-registry/util.h b/src/mds-registry/util.h
index ea0d492..5699a98 100644
--- a/src/mds-registry/util.h
+++ b/src/mds-registry/util.h
@@ -36,15 +36,6 @@ void reg_table_free_key(size_t obj);
*/
void reg_table_free_value(size_t obj);
-/**
- * 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