9 lines
107 B
C
9 lines
107 B
C
#ifndef _IMPORTNET_H
|
|
#define _IMPORTNET_H
|
|
|
|
|
|
int importnet(faddr *, faddr *, time_t, int, FILE *);
|
|
|
|
#endif
|
|
|