home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / vsoup128.zip / reply.hh < prev    next >
Text File  |  1996-07-30  |  575b  |  21 lines

  1. //  $Id: reply.hh 1.2 1996/07/29 22:29:52 hardy Exp $
  2. //
  3. //  This progam/module was written by Hardy Griech based on ideas and
  4. //  pieces of code from Chin Huang (cthuang@io.org).  Bug reports should
  5. //  be submitted to rgriech@ibm.net.
  6. //
  7. //  This file is part of soup++ for OS/2.  Soup++ including this file
  8. //  is freeware.  There is no warranty of any kind implied.  The terms
  9. //  of the GNU Gernal Public Licence are valid for this piece of software.
  10. //
  11.  
  12.  
  13. #ifndef __REPLY_HH__
  14. #define __REPLY_HH__
  15.  
  16.  
  17. int sendReply( void );
  18.  
  19.  
  20. #endif   // __REPLY_HH__
  21.