X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=port.h;fp=port.h;h=56bd47b93449b0a3c740bd1c1d91b824b2640f66;hp=6cfc6b56933d32d1ed34d11cc41af8410bf4a598;hb=e233557e40043050c72b46d4b32b3a04cfd3d947;hpb=cdee00aeddbe22a0ac7505c5a6c882e17d5fa1bf diff --git a/port.h b/port.h index 6cfc6b5..56bd47b 100644 --- a/port.h +++ b/port.h @@ -196,6 +196,7 @@ class Port virtual void set_tone(const char *dir, const char *name); virtual int read_audio(unsigned char *buffer, int length); virtual void update_load(void); + virtual void set_display(const char *text); struct port_settings p_settings; char p_interface_name[64]; @@ -270,6 +271,11 @@ class Port int p_record_vbox_email_file; virtual void update_rxoff(void); /* inherited by mISDNport, to control rxoff */ +#ifdef WITH_VOOTP + vootp_t *p_vootp; /* VoOTP instance */ + void set_vootp(struct param_vootp *vootp); +#endif + void free_epointlist(struct epoint_list *epointlist); void free_epointid(unsigned int epoint_id); struct epoint_list *epointlist_new(unsigned int epoint_id);