home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / util / gblanker-38.8.lha / GBlanker / GSource / protos / handlers.h < prev    next >
C/C++ Source or Header  |  1994-10-13  |  125b  |  8 lines

  1. #ifndef HANDLERS_H
  2. #define HANDLERS_H
  3.  
  4. LONG HandleServerMsg( VOID );
  5. LONG HandleMouseCheck( VOID );
  6.  
  7. #endif /* HANDLERS_H */
  8.