man: improvements to mausezahn.8: 802.1D not 802.1d
[netsniff-ng.git] / ioexact.h
blob6234e8ecdb23620d1852ba90eb45f8ab3828bc16
1 #ifndef IOEXACT_H
2 #define IOEXACT_H
4 extern ssize_t read_exact(int fd, void *buf, size_t len, int mayexit);
5 extern ssize_t write_exact(int fd, void *buf, size_t len, int mayexit);
7 #endif /* IOEXACT_H */