backup
[lcr.git] / port.h
diff --git a/port.h b/port.h
index bb93479..0ee91e7 100644 (file)
--- 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;
        
@@ -202,8 +203,6 @@ class Port
        char p_record_vbox_email[128];
        int p_record_vbox_email_file;
 
-       virtual void printisdn(char *fmt, ...);
-
        void free_epointlist(struct epoint_list *epointlist);
        void free_epointid(unsigned long epoint_id);
        struct epoint_list *epointlist_new(unsigned long epoint_id);