home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #4 / amigaacscoverdisc1998-041998.iso / utilities / shareware / comm / qamitrack / source / trackrexx_rxif.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-19  |  420 b   |  14 lines

  1.  
  2. #include <clib/AMarquee_protos.h>
  3. #include "QAmiTrackShared.h"
  4. #include "QAmiTrack.h"
  5.  
  6. extern struct WindowStuff * TrackWindow;
  7. extern struct QSession * session;
  8. extern struct List clientList;
  9. extern struct Client * myInfo;
  10. extern int clientListLength, nViewBy;
  11. extern int nLogLevel, timeUnit, nLogViewLevel, maxLogListLen;
  12. extern char * szLogFileName, * szAccessTo;
  13. extern char * rexxScripts[];
  14. extern BOOL BBeepOnLog;