diff options
Diffstat (limited to 'doc/functions/gnutls_packet_deinit')
-rw-r--r-- | doc/functions/gnutls_packet_deinit | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/functions/gnutls_packet_deinit b/doc/functions/gnutls_packet_deinit new file mode 100644 index 0000000..bde7f18 --- /dev/null +++ b/doc/functions/gnutls_packet_deinit @@ -0,0 +1,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 |