mirror of
https://repo.or.cz/socat.git
synced 2025-07-14 23:33:23 +00:00
Fixed filan -s, added -S
This commit is contained in:
parent
d1b809b4ab
commit
6635e159c4
7 changed files with 212 additions and 55 deletions
4
filan.h
4
filan.h
|
@ -28,12 +28,14 @@ extern int cdevan(int fd, FILE *outfile);
|
|||
|
||||
#if _WITH_SOCKET
|
||||
extern int isasocket(int fd);
|
||||
extern int sockettype(int socktype, char *typename, size_t typenamemax);
|
||||
extern int sockan(int fd, FILE *outfile);
|
||||
extern int ipan(int fd, FILE *outfile);
|
||||
extern int ip6an(int fd, FILE *outfile);
|
||||
#endif /* _WITH_SOCKET */
|
||||
|
||||
extern
|
||||
int fdname(const char *file, int fd, FILE *outfile, const char *numform);
|
||||
int fdname(const char *file, int fd, FILE *outfile, const char *numform,
|
||||
char style);
|
||||
|
||||
#endif /* !defined(__filan_h_included) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue