1 #ifndef MAIN_READRANGE_H
2 #define MAIN_READRANGE_H
3 struct Masscan;
4 
5 void
6 main_readrange(struct Masscan *masscan);
7 
8 #endif
9