Move transformation cache rec def re.h from modsecurity.h

This commit is contained in:
brectanus
2007-06-11 21:15:14 +00:00
parent 71eb6e17a4
commit 46d7a5ec6f
2 changed files with 4 additions and 5 deletions

View File

@@ -25,7 +25,6 @@ typedef struct msc_engine msc_engine;
typedef struct msc_data_chunk msc_data_chunk;
typedef struct msc_arg msc_arg;
typedef struct msc_string msc_string;
typedef struct msc_cache_rec msc_cache_rec;
#if !(defined(WIN32) || defined(NETWARE) || defined(SOLARIS2))
#define DSOLOCAL __attribute__((visibility("hidden")))