From 9d2bf892485205f92367aaec61e6ea9c7fb35c69 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 6 Dec 2009 20:08:41 +0000 Subject: fixed missing return messages at dummy function diff --git a/heartbeatclient.c b/heartbeatclient.c index 71a381f..f02365e 100644 --- a/heartbeatclient.c +++ b/heartbeatclient.c @@ -35,6 +35,7 @@ int process_cmd(const char* cmd, int fd, cmd_t **cmd_q, client_t* client_lst, options_t* opt) { + return 0; } int process_serial(read_buffer_t* buffer, int serial_fd, u_int32_t* time) diff --git a/serialclient.c b/serialclient.c index 392288a..fc09404 100644 --- a/serialclient.c +++ b/serialclient.c @@ -35,6 +35,7 @@ int process_cmd(const char* cmd, int fd, cmd_t **cmd_q, client_t* client_lst, options_t* opt) { + return 0; } int process_data(int src_fd, int dest_fd) diff --git a/stdioclient.c b/stdioclient.c index 62ab9c6..cfdba7a 100644 --- a/stdioclient.c +++ b/stdioclient.c @@ -35,6 +35,7 @@ int process_cmd(const char* cmd, int fd, cmd_t **cmd_q, client_t* client_lst, options_t* opt) { + return 0; } int process_data(int src_fd, int dest_fd) -- cgit v0.10.2