mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2025-01-03 21:04:52 +00:00
e9b033ccca
Use random ip4 id for frags, use sequential ip4 id for fakes
16 lines
243 B
C
16 lines
243 B
C
#include "utils.h"
|
|
#include "tls.h"
|
|
|
|
#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 */
|