home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume23 / trn / part14 / mt-lint.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-08-22  |  1.5 KB  |  56 lines

  1. /* $Header: mt-lint.h,v 4.3.3.2 91/01/16 02:49:11 davison Trn $
  2. **
  3. ** $Log:    mt-lint.h,v $
  4. ** Revision 4.3.3.2  91/01/16  02:49:11  davison
  5. ** Changed Free() to safefree().
  6. ** 
  7. ** Revision 4.3.3.1  90/06/20  22:55:11  davison
  8. ** Initial Trn Release
  9. ** 
  10. ** Handle brain-dead lints that only have 6 significant-character names.
  11. */
  12.  
  13. #define subject_cnts        sucnts
  14. #define subject_array        suarra
  15. #define subject_strings        sustri
  16. #define subject_str        sustr
  17. #define author_cnts        aucnts
  18. #define author_array        auarra
  19. #define author_root        auroot
  20. #define author_str        austr
  21. #define valid_subject        vsubje
  22. #define valid_author        vautho
  23. #define valid_message_id    vmsgid
  24. #define read_authors        rautho
  25. #define read_articles        rartic
  26. #define read_ids        rids
  27. #define read_item        ritem
  28. #define processed_groups    pgroup
  29. #define process_articles    partic
  30. #define expired_articles    eartic
  31. #define unlink_child        uchild
  32. #define unlink_root        uroot
  33. #define free_article        fartic
  34. #define free_author        fautho
  35. #define enumerate_articles    enarti
  36. #define enumerate_thread    enthrd
  37. #define string_offset        soffst
  38. #define write_authors        wautho
  39. #define write_subjects        wsubje
  40. #define write_roots        wroots
  41. #define write_articles        wartic
  42. #define write_thread        wthred
  43. #define write_ids        wids
  44. #define write_item        witem
  45. #define processed_groups    pgroup
  46. #define timer_off        timoff
  47. #define timer_first        tim1st
  48. #define timer_next        timnxt
  49. #define truncate_len        trulen
  50. #define article_array        artarr
  51.  
  52. #define safemalloc(x)    (NULL)
  53. #define free(x)        (x = NULL)
  54. #define safefree(x)    (*x = NULL)
  55. #define signal(x,y)
  56.