mirror of
https://github.com/hashcat/hashcat.git
synced 2025-05-29 20:28:47 +00:00
Test failed, go back to #pragma once
This commit is contained in:
parent
d86a92f2bf
commit
238b3e4401
@ -3,8 +3,7 @@
|
|||||||
* License.....: MIT
|
* License.....: MIT
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _LOGGING_H
|
#pragma once
|
||||||
#define _LOGGING_H
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
@ -16,5 +15,3 @@ int log_error_nn (const char *fmt, ...);
|
|||||||
int log_out (FILE *fp, const char *fmt, ...);
|
int log_out (FILE *fp, const char *fmt, ...);
|
||||||
int log_info (const char *fmt, ...);
|
int log_info (const char *fmt, ...);
|
||||||
int log_error (const char *fmt, ...);
|
int log_error (const char *fmt, ...);
|
||||||
|
|
||||||
#endif
|
|
||||||
|
Loading…
Reference in New Issue
Block a user