diff options
Diffstat (limited to '')
-rw-r--r-- | src/mds-clipboard.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/src/mds-clipboard.h b/src/mds-clipboard.h index 34a12e9..5fd2b93 100644 --- a/src/mds-clipboard.h +++ b/src/mds-clipboard.h @@ -15,22 +15,14 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef MDS_MDS_ECHO_H -#define MDS_MDS_ECHO_H +#ifndef MDS_MDS_CLIPBOARD_H +#define MDS_MDS_CLIPBOARD_H #include "mds-base.h" /** - * Echo the received message payload - * - * @return Zero on success -1 on error or interruption, - * errno will be set accordingly - */ -int echo_message(void); - -/** * Send a full message even if interrupted * * @param message The message to send |