mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2024-12-22 14:26:11 +00: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 */
|