aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/src/Audio/cw.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/src/Audio/cw.c b/src/common/src/Audio/cw.c
index 3f3b97d..36f2d09 100644
--- a/src/common/src/Audio/cw.c
+++ b/src/common/src/Audio/cw.c
@@ -254,6 +254,9 @@ const char *psk31_varicode[] = { // {{{
}; //}}}
#endif
+// Function to display message in GUI
+void cw_message_sent(const char* str);
+
struct cw_message_s {
char message[MAX_MESSAGE_LEN];
size_t message_len;