home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sherlock.zip / WATCH.H < prev   
Text File  |  1994-06-29  |  299b  |  14 lines

  1. /*
  2. **  Sherlock - Copyright 1992, 1993, 1994
  3. **    Harfmann Software
  4. **    Compuserve: 73147,213
  5. **    All rights reserved
  6. */
  7. /*
  8. ** Watchpoint routines.
  9. */
  10. void ViewVariableCommand(char **ptrs);
  11. void WatchCommand(char **ptrs);
  12. void DumpWatchpoints(void);
  13. void FreeAllWatchpoints(void);
  14.