Allow to disable TLS processing for the section

This commit is contained in:
Vadim Vetrov
2024-12-06 18:25:43 +03:00
parent b452ed2d55
commit 9b5c8a729d
5 changed files with 28 additions and 4 deletions

4
args.h
View File

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