home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / comm / Mail+News / UMS11 / Developer / C / dlib / UMSLog.c < prev    next >
C/C++ Source or Header  |  1994-04-24  |  197b  |  15 lines

  1. /*
  2.  * dlib/UMSLog.c
  3.  *
  4.  * Varargs stub for LogUMS
  5.  *
  6.  */
  7.  
  8. #include <proto/ums.h>
  9.  
  10. void UMSLog(UMSAccount Account,LONG Level,STRPTR Format,APTR Args,...)
  11.  
  12. {
  13.  UMSVLog (Account,Level,Format,&Args);
  14. }
  15.