Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/sepol
File: debug.h
#ifndef _SEPOL_DEBUG_H_
[0] Fix | Delete
#define _SEPOL_DEBUG_H_
[1] Fix | Delete
[2] Fix | Delete
#include <sepol/handle.h>
[3] Fix | Delete
[4] Fix | Delete
#ifdef __cplusplus
[5] Fix | Delete
extern "C" {
[6] Fix | Delete
#endif
[7] Fix | Delete
[8] Fix | Delete
/* Deprecated */
[9] Fix | Delete
extern void sepol_debug(int on);
[10] Fix | Delete
/* End deprecated */
[11] Fix | Delete
[12] Fix | Delete
#define SEPOL_MSG_ERR 1
[13] Fix | Delete
#define SEPOL_MSG_WARN 2
[14] Fix | Delete
#define SEPOL_MSG_INFO 3
[15] Fix | Delete
[16] Fix | Delete
extern int sepol_msg_get_level(sepol_handle_t * handle);
[17] Fix | Delete
[18] Fix | Delete
extern const char *sepol_msg_get_channel(sepol_handle_t * handle);
[19] Fix | Delete
[20] Fix | Delete
extern const char *sepol_msg_get_fname(sepol_handle_t * handle);
[21] Fix | Delete
[22] Fix | Delete
/* Set the messaging callback.
[23] Fix | Delete
* By the default, the callback will print
[24] Fix | Delete
* the message on standard output, in a
[25] Fix | Delete
* particular format. Passing NULL here
[26] Fix | Delete
* indicates that messaging should be suppressed */
[27] Fix | Delete
extern void sepol_msg_set_callback(sepol_handle_t * handle,
[28] Fix | Delete
#ifdef __GNUC__
[29] Fix | Delete
__attribute__ ((format(printf, 3, 4)))
[30] Fix | Delete
#endif
[31] Fix | Delete
void (*msg_callback) (void *varg,
[32] Fix | Delete
sepol_handle_t *
[33] Fix | Delete
handle,
[34] Fix | Delete
const char *fmt, ...),
[35] Fix | Delete
void *msg_callback_arg);
[36] Fix | Delete
[37] Fix | Delete
#ifdef __cplusplus
[38] Fix | Delete
}
[39] Fix | Delete
#endif
[40] Fix | Delete
[41] Fix | Delete
#endif
[42] Fix | Delete
[43] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function