mirror of
https://github.com/hashcat/hashcat.git
synced 2025-05-11 11:28:48 +00:00
Fix some include headers macros
This commit is contained in:
parent
15bf8b7302
commit
a3663d1cc4
@ -4,6 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _EXT_LZMA_H
|
#ifndef _EXT_LZMA_H
|
||||||
|
#define _EXT_LZMA_H
|
||||||
|
|
||||||
#include <LzmaDec.h>
|
#include <LzmaDec.h>
|
||||||
#include <Lzma2Dec.h>
|
#include <Lzma2Dec.h>
|
||||||
|
@ -3,6 +3,9 @@
|
|||||||
* License.....: MIT
|
* License.....: MIT
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef _FOLDER_H
|
||||||
|
#define _FOLDER_H
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
@ -34,3 +37,5 @@ int folder_config_init (hashcat_ctx_t *hashcat_ctx, MAYBE_UNUSED const char
|
|||||||
void folder_config_destroy (hashcat_ctx_t *hashcat_ctx);
|
void folder_config_destroy (hashcat_ctx_t *hashcat_ctx);
|
||||||
|
|
||||||
int hc_mkdir (const char *name, MAYBE_UNUSED const int mode);
|
int hc_mkdir (const char *name, MAYBE_UNUSED const int mode);
|
||||||
|
|
||||||
|
#endif // _FOLDER_H
|
||||||
|
Loading…
Reference in New Issue
Block a user