@@ -0,0 +1,8 @@
#ifndef ARGS_H
#define ARGS_H
void print_version();
void print_usage(const char *argv0);
int parse_args(int argc, char *argv[]);
#endif /* ARGS_H */
The note is not visible to the blocked user.