6a6a253885
Added doc dir. and manual as .pdf restored deleted files - yep I screwed the pooch.
9 lines
135 B
C
9 lines
135 B
C
#ifndef _STORENET_H
|
|
#define _STORENET_H
|
|
|
|
|
|
int storenet(faddr *, faddr *, time_t, int, char *, char *, char *, FILE *, char*);
|
|
|
|
#endif
|
|
|