Reinit of v110 structs

This commit is contained in:
Karsten Keil 1999-10-30 09:49:28 +00:00
parent b4a4c484d6
commit 6c10c44d9a
2 changed files with 8 additions and 1 deletions

View File

@ -19,6 +19,9 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Log$
* Revision 1.2 1998/02/22 19:44:25 fritz
* Bugfixes and improvements regarding V.110, V.110 now running.
*
* Revision 1.1 1998/02/20 17:32:09 fritz
* First checkin (not yet completely functionable).
*
@ -145,7 +148,7 @@ isdn_v110_open(unsigned char key, int hdrlen, int maxsize)
}
/* isdn_v110_close frees private V.110 data structures */
static void
void
isdn_v110_close(isdn_v110_stream * v)
{
if (v == NULL)

View File

@ -19,6 +19,9 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Log$
* Revision 1.1 1998/02/20 17:32:11 fritz
* First checkin (not yet completely functionable).
*
*/
#ifndef _isdn_v110_h_
#define _isdn_v110_h_
@ -38,5 +41,6 @@ extern struct sk_buff *isdn_v110_encode(isdn_v110_stream *, struct sk_buff *);
extern struct sk_buff *isdn_v110_decode(isdn_v110_stream *, struct sk_buff *);
extern int isdn_v110_stat_callback(int, isdn_ctrl *);
extern void isdn_v110_close(isdn_v110_stream * v);
#endif