Function: gnutls-get-initstage

gnutls-get-initstage is a function defined in gnutls.c.

Signature

(gnutls-get-initstage PROC)

Documentation

Return the GnuTLS init stage of process PROC.

See also gnutls-boot.

Source Code

// Defined in /usr/src/emacs/src/gnutls.c
{
  CHECK_PROCESS (proc);

  return make_fixnum (GNUTLS_INITSTAGE (proc));
}