chiark / gitweb /
Merge branches 'idx/verh' and 'idx/qmqpc'
[qmail] / 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