131206Sminshall /* 231206Sminshall * What one needs to specify 3*31890Sminshall * 4*31890Sminshall * @(#)apilib.h 1.2 (Berkeley) 07/17/87 531206Sminshall */ 631206Sminshall 731206Sminshall extern int 831206Sminshall api_sup_errno, /* Supervisor error number */ 931206Sminshall api_sup_fcn_id, /* Supervisor function id (0x12) */ 1031206Sminshall api_fcn_errno, /* Function error number */ 1131206Sminshall api_fcn_fcn_id; /* Function ID (0x6b, etc.) */ 12