summaryrefslogtreecommitdiff
path: root/xpp/xpp_zap.h
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/xpp_zap.h')
-rw-r--r--xpp/xpp_zap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xpp/xpp_zap.h b/xpp/xpp_zap.h
index 4cd3a8b..8294e36 100644
--- a/xpp/xpp_zap.h
+++ b/xpp/xpp_zap.h
@@ -27,7 +27,7 @@
#include "xproto.h"
void xpd_disconnect(xpd_t *xpd);
-int packet_send(xbus_t *xbus, xpacket_t *pack_tx);
+int xframe_send(xbus_t *xbus, xframe_t *xframe);
void card_detected(struct card_desc_struct *card_desc);
xpd_t *xpd_alloc(size_t privsize, xbus_t *xbus, int xpd_num, const xproto_table_t *proto_table, int channels, byte revision);
void xpd_remove(xpd_t *xpd);
@@ -35,7 +35,7 @@ void update_xpd_status(xpd_t *xpd, int alarm_flag);
void update_zap_ring(xpd_t *xpd, int pos, bool on);
void update_line_status(xpd_t *xpd, int pos, bool good);
void fill_beep(u_char *buf, int num, int duration);
-void xpp_tick(unsigned long param);
+void got_pcm_from(xpd_t *xpd);
int xpp_open(struct zt_chan *chan);
int xpp_close(struct zt_chan *chan);
int xpp_ioctl(struct zt_chan *chan, unsigned int cmd, unsigned long arg);