1
0
mirror of https://github.com/Waujito/youtubeUnblock.git synced 2025-01-03 21:04:52 +00:00
youtubeUnblock/args.h
2024-08-11 21:43:32 +03:00

12 lines
205 B
C

#ifndef ARGS_H
#define ARGS_H
void print_version();
void print_usage(const char *argv0);
int parse_args(int argc, char *argv[]);
/* Prints starting messages */
void print_welcome();
#endif /* ARGS_H */