mutilate/mutilate.h
Jacob Leverich 386320d266 Initial check-in.
This is extracted from another git repo.  This is the first release, and
the prior commit history is not terribly interesting, so I'm not going
to bother using filter-branch to try to cleanly isolate the history for
this tool.

Cheers.
2012-08-23 14:30:32 -07:00

18 lines
286 B
C

#ifndef MUTILATE_H
#define MUTILATE_H
#include "cmdline.h"
#define USE_CACHED_TIME 0
#define MINIMUM_KEY_LENGTH 2
#define MAXIMUM_CONNECTIONS 512
#define MAX_SAMPLES 100000
#define LOADER_CHUNK 1024
extern char random_char[];
extern gengetopt_args_info args;
#endif // MUTILATE_H