blob: bde7f188683a3d7dd3df81f2454d86319f9e0685 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@deftypefun {void} {gnutls_packet_deinit} (gnutls_packet_t @var{packet})
@var{packet}: is a pointer to a @code{gnutls_packet_st} structure.
This function will deinitialize all data associated with
the received packet.
@strong{Since:} 3.3.5
@end deftypefun
|