MODSEC-336

This commit is contained in:
brenosilva
2012-10-05 18:03:58 +00:00
parent dc83528526
commit 0d2307192c
5 changed files with 9 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ typedef struct rule_exception rule_exception;
typedef struct rule_exception encryption_method;
typedef struct modsec_rec modsec_rec;
typedef struct directory_config directory_config;
typedef struct error_message error_message;
typedef struct error_message_t error_message_t;
typedef struct msc_engine msc_engine;
typedef struct msc_data_chunk msc_data_chunk;
typedef struct msc_arg msc_arg;
@@ -590,7 +590,7 @@ struct directory_config {
int crypto_hash_framesrc_pm;
};
struct error_message {
struct error_message_t {
const char *file;
int line;
int level;