index
:
qmail
master
fixes and upgrades to qmail
jsd@av8n.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ucspi-tcp-0.88
/
readwrite.h
blob: 2a64968e4e893c74e10f6ac8571f36df4d98159f (
plain
)
1
2
3
4
5
6
7
#ifndef READWRITE_H #define READWRITE_H extern int read(); extern int write(); #endif