diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-08-03 04:14:13 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-08-03 04:16:40 +0200 |
| commit | 4648c2896c2a8dccc9ba8deade1dfebf3338375f (patch) | |
| tree | 2c15770b72463ae9e48c8eca9b89a3ac49ab764b /src/mds-clipboard.h | |
| parent | beginning of mds-clipboard (diff) | |
| download | mds-4648c2896c2a8dccc9ba8deade1dfebf3338375f.tar.gz mds-4648c2896c2a8dccc9ba8deade1dfebf3338375f.tar.bz2 mds-4648c2896c2a8dccc9ba8deade1dfebf3338375f.tar.xz | |
misc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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 |
