summaryrefslogtreecommitdiffstats
path: root/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'port.h')
-rw-r--r--port.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/port.h b/port.h
index bb93479..6e29653 100644
--- a/port.h
+++ b/port.h
@@ -143,7 +143,8 @@ class Port
virtual int message_epoint(unsigned long epoint_id, int message, union parameter *param);
virtual void set_echotest(int echotest);
virtual void set_tone(char *dir, char *name);
- virtual int read_audio(unsigned char *buffer, int length, int compressed);
+ virtual int read_audio(unsigned char *buffer, int length);
+ virtual void transmit(unsigned char *buffer, int length);
struct port_settings p_settings;