diff options
author | hm <hm@FreeBSD.org> | 1999-05-20 10:14:57 +0000 |
---|---|---|
committer | hm <hm@FreeBSD.org> | 1999-05-20 10:14:57 +0000 |
commit | 2077acfca034178f39e3fa4e86cb8d371f44737c (patch) | |
tree | 730187a2063473cb0d2e7cac998a9a4307285426 /sys/i4b/layer4/i4b_l4.h | |
parent | 5ea75aea8a2633cc0acf9dd870c1e1db1abd6a21 (diff) | |
download | FreeBSD-src-2077acfca034178f39e3fa4e86cb8d371f44737c.zip FreeBSD-src-2077acfca034178f39e3fa4e86cb8d371f44737c.tar.gz |
upgrade isdn4bsd from version 0.71 to the just released version 0.81
Diffstat (limited to 'sys/i4b/layer4/i4b_l4.h')
-rw-r--r-- | sys/i4b/layer4/i4b_l4.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i4b/layer4/i4b_l4.h b/sys/i4b/layer4/i4b_l4.h index d88e64c..5d011b4 100644 --- a/sys/i4b/layer4/i4b_l4.h +++ b/sys/i4b/layer4/i4b_l4.h @@ -27,9 +27,9 @@ * i4b_l4.h - kernel interface to userland header file * --------------------------------------------------- * - * $Id: i4b_l4.h,v 1.14 1999/02/14 09:45:02 hm Exp $ + * $Id: i4b_l4.h,v 1.15 1999/03/18 14:33:41 hm Exp $ * - * last edit-date: [Sun Feb 14 10:35:08 1999] + * last edit-date: [Wed Mar 17 16:20:10 1999] * *---------------------------------------------------------------------------*/ @@ -46,6 +46,7 @@ extern void i4b_l4_connect_ind ( call_desc_t *cd ); extern void i4b_l4_daemon_attached(void); extern void i4b_l4_daemon_detached(void); extern void i4b_l4_dialout( int driver, int driver_unit ); +extern void i4b_l4_dialoutnumber(int driver, int driver_unit, int cmdlen, char *cmd); extern void i4b_l4_disconnect_ind ( call_desc_t *cd ); extern void i4b_l4_drvrdisc (int driver, int driver_unit ); extern void i4b_l4_negcomplete( call_desc_t *cd ); |