chiark / gitweb /
[PATCH] Rewrite ##X tags in headers of incoming messages
[qmail] / direntry.h1
1 #ifndef DIRENTRY_H
2 #define DIRENTRY_H
3
4 #include <sys/types.h>
5 #include <sys/dir.h>
6 #define direntry struct direct
7
8 #endif