1 /*
2  * flags.h
3  *
4  *  Created on: Oct 6, 2014
5  *      Author: James Cassell
6  */
7 
8 #ifndef FLAGS_H_
9 #define FLAGS_H_
10 
11 #include "strarray.h"
12 
13 int verify_flaglist(strarray_t *sl);
14 
15 #endif /* FLAGS_H_ */
16