home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / slfinsta.zip / include / uac_comm.h < prev    next >
C/C++ Source or Header  |  2000-03-26  |  246b  |  17 lines

  1. /* $Id: uac_comm.h,v 1.1 2000/03/27 04:53:06 ktk Exp $ */
  2.  
  3. #ifndef __uac_comm_h
  4. #define __uac_comm_h
  5.  
  6.  
  7. #include "declare.h"
  8.  
  9. extern INT  comm_cpr_size;
  10. extern CHAR *comm;
  11.  
  12. void comment_out(CHAR *top);
  13.  
  14.  
  15. #endif /* __uac_comm_h */
  16.  
  17.