mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2025-12-25 17:08:09 +03:00
9 lines
151 B
C
9 lines
151 B
C
#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 */
|