Import ezmlm 0.53
[ezmlm] / quote.h
1 #ifndef QUOTE_H
2 #define QUOTE_H
3
4 extern int quote_need();
5 extern int quote();
6 extern int quote2();
7
8 #endif