1 /*
2  * This software is Copyright (c) 2010 bartavelle, <bartavelle at bandecon.com>, and it is hereby released to the general public under the following terms:
3  * Redistribution and use in source and binary forms, with or without modification, are permitted.
4  */
5 
6 #ifndef _JOHN_MKV_H
7 #define _JOHN_MKV_H
8 
9 #include "loader.h"
10 #include "mkvlib.h"
11 
12 /*
13  * Runs the markov mode cracker.
14  */
15 extern void do_markov_crack(struct db_main *db, char *mkv_param);
16 
17 #endif
18