--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/quote.h Fri Oct 19 14:06:22 2007 +0200 @@ -0,0 +1,8 @@ +#ifndef QUOTE_H +#define QUOTE_H + +extern int quote_need(); +extern int quote(); +extern int quote2(); + +#endif