Skip to main content

The members of the smtp_state struct are as follows:

struct _smtp_state {
  unsigned int sizeof_smtp_state;
  char *name;
  int id;
  int init_local_state;
  SMTPStateSetup setup;
  SMTPStateCallback callback;
  SMTPStateFree free;
  SMTPStateToStage tostage;
  SMTPStageToString tostring;
  struct _smtp_state *next;
  void *closure;
};

To use this struct, include the file dns_ds.h.

See Also

Was this page helpful?