You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hashcat/include/session.h

14 lines
237 B

/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _SESSION_H
#define _SESSION_H
void session_ctx_init (session_ctx_t *session_ctx);
void session_ctx_destroy (session_ctx_t *session_ctx);
#endif // _SESSION_H