nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

quote.h (107B)


      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