home *** CD-ROM | disk | FTP | other *** search
/ MACD 7 / MACD7.iso / internet / amarquee / qamitrack / source / trackrexx_rxif.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-18  |  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;