home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / GNUSRC.Z / make-support.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-16  |  199 b   |  5 lines

  1. extern void v_make_support (int type, char *name, char *file, int line,
  2.                 char *msg, va_list ap);
  3. extern void   make_support (int type, char *name, char *file, int line,
  4.                 char *msg, ...);
  5.