moved relevant header macros and functions into http header file

This commit is contained in:
mathewmarcus 2018-07-16 07:04:59 -05:00
commit 4b1a945c45
2 changed files with 10 additions and 7 deletions

View file

@ -49,15 +49,8 @@ Added fail or success condition, getting cookies, and allow 5 redirections by da
*/
#include "hydra-mod.h"
#include "hydra-http.h"
/* HTTP Header Types */
#define HEADER_TYPE_USERHEADER 'h'
#define HEADER_TYPE_USERHEADER_REPL 'H'
#define HEADER_TYPE_DEFAULT 'D'
#define HEADER_TYPE_DEFAULT_REPL 'd'
extern char *HYDRA_EXIT;
char *buf;
char *cond;