#ifndef OPTIONS_H #define OPTIONS_H void help(); void version(); void parseOptions(int argc, char *argv[]); #endif //OPTIONS_H