summaryrefslogtreecommitdiff
path: root/quote.h
blob: 8ab73566f32e3ad915b29740c28ef7e36482653f (plain)
1
2
3
4
5
6
7
8
#ifndef QUOTE_H
#define QUOTE_H

extern int quote_need();
extern int quote();
extern int quote2();

#endif