summaryrefslogtreecommitdiffstats
path: root/readwrite.h
diff options
context:
space:
mode:
authorManuel Mausz <manuel@mausz.at>2026-06-25 14:10:06 +0200
committerManuel Mausz <manuel@mausz.at>2026-06-25 14:10:06 +0200
commitdc0a1c3474656cc7fbeadcdb9316a8a517ca7eb0 (patch)
treef7550b9038edf2673994bcf27ca7a827a620796d /readwrite.h
parent6535dd05720d77f9ff16d2decec1187bfa9e2915 (diff)
downloadqmail-dc0a1c3474656cc7fbeadcdb9316a8a517ca7eb0.tar.gz
qmail-dc0a1c3474656cc7fbeadcdb9316a8a517ca7eb0.tar.bz2
qmail-dc0a1c3474656cc7fbeadcdb9316a8a517ca7eb0.zip
remove readwrite.h
Diffstat (limited to 'readwrite.h')
-rw-r--r--readwrite.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/readwrite.h b/readwrite.h
deleted file mode 100644
index 2a64968..0000000
--- a/readwrite.h
+++ /dev/null
@@ -1,7 +0,0 @@
1#ifndef READWRITE_H
2#define READWRITE_H
3
4extern int read();
5extern int write();
6
7#endif