mirror of https://gerrit.osmocom.org/libtelnet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
405 B
19 lines
405 B
.TH telnet_init 3 LIBTELNET "" "TELNET Library"
|
|
|
|
.SH NAME
|
|
\fBtelnet_free\fP - release resources for TELNET state tracker
|
|
|
|
.SH SYNOPSIS
|
|
.PP
|
|
\fB#include <libtelnet.h>\fP
|
|
.sp
|
|
.B "void telnet_free( telnet_t *\fItelnet\fP );"
|
|
|
|
.SH DESCRIPTION
|
|
.PP
|
|
The \fBtelnet_free\fP function deallocates resources associated with a prior
|
|
call to \fBtelnet_init\fP.
|
|
|
|
.SH SEE ALSO
|
|
.PP
|
|
\fBlibtelnet\fR(3), \fBtelnet_init\fR(3)
|
|
|