![]() ![]() | ![]() |
version 1.12, 2022/04/03 11:01:52 | version 1.14, 2022/04/19 03:01:37 | ||
---|---|---|---|
|
|
||
#define BLIND_H | #define BLIND_H | ||
#include <limits.h> | #include <limits.h> | ||
#include <stdio.h> | |||
#define BL_TEXT "blind" | #define BL_TEXT "blind" | ||
#define BL_VERS "0.0.1" | #define BL_VERS "0.0.1" | ||
|
|
||
char bl_sock[PATH_MAX]; | char bl_sock[PATH_MAX]; | ||
int bl_ttl; | int bl_ttl; | ||
uint32_t bl_opt; | uint32_t bl_opt; | ||
}; | |||
struct file { | |||
FILE *stream; | |||
char *name; | |||
size_t unpos; | |||
size_t unsize; | |||
u_char *unbuf; | |||
int lineno; | |||
}; | }; | ||
#endif /* BLIND_H */ | #endif /* BLIND_H */ |