home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / smail-3.1.28 / compat / dummy.c next >
Encoding:
Text File  |  1990-10-23  |  235 b   |  11 lines

  1. /* @(#)compat/dummy.c    1.2 10/24/90 05:15:36 */
  2.  
  3. /*
  4.  * Provide a dummy reference so there is at least one item in
  5.  * compat.a.  This will keep ld from complaining about empty libraries
  6.  * and such.
  7.  */
  8. dummy_reference() {
  9.     return;
  10. }
  11.