Function: make-erc-sasl--state

make-erc-sasl--state is a byte-compiled function defined in erc-sasl.el.gz.

Signature

(make-erc-sasl--state &key CLIENT STEP PENDING)

Documentation

Constructor for objects of type erc-sasl--state.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-sasl.el.gz
(cl-defstruct erc-sasl--state
  "Holder for client object and subproto state."
  (client nil :type vector)
  (step nil :type vector)
  (pending nil :type string))