[parser] Forgot to add shuffle.h/.c

This commit is contained in:
Al
2015-12-01 11:25:28 -05:00
parent 116fe857db
commit b94264b745
2 changed files with 33 additions and 0 deletions

9
src/shuffle.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef HAVE_SHUFFLE_H
#define HAVE_SHUFFLE_H
#include <stdlib.h>
#include <stdbool.h>
bool shuffle_file(char *filename);
#endif