diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mscp.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/mscp.h b/include/mscp.h index dcf1ee2..f65024f 100644 --- a/include/mscp.h +++ b/include/mscp.h @@ -256,15 +256,6 @@ enum { }; -/** - * @brief Set a file descriptor for receiving messages from mscp. - * This function has the same effect with setting mscp_opts->msg_fd. - * - * @param m mscp instance. - * @param fd fd to which libmscp writes messages. - */ -void mscp_set_msg_fd(struct mscp *m, int fd); - /** * @brief Get the recent error message from libmscp. Note that this |