/** * Author......: See docs/credits.txt * License.....: MIT */ #ifndef HC_PIDFILE_H #define HC_PIDFILE_H #include #include #include #if defined (_WIN) #include #include #endif // _WIN int pidfile_ctx_init (hashcat_ctx_t *hashcat_ctx); void pidfile_ctx_destroy (hashcat_ctx_t *hashcat_ctx); #endif // HC_PIDFILE_H