home *** CD-ROM | disk | FTP | other *** search
- // $Id: reply.hh 1.2 1996/07/29 22:29:52 hardy Exp $
- //
- // This progam/module was written by Hardy Griech based on ideas and
- // pieces of code from Chin Huang (cthuang@io.org). Bug reports should
- // be submitted to rgriech@ibm.net.
- //
- // This file is part of soup++ for OS/2. Soup++ including this file
- // is freeware. There is no warranty of any kind implied. The terms
- // of the GNU Gernal Public Licence are valid for this piece of software.
- //
-
-
- #ifndef __REPLY_HH__
- #define __REPLY_HH__
-
-
- int sendReply( void );
-
-
- #endif // __REPLY_HH__
-