Added definitions of sys_trace and sys_profile
This commit is contained in:
parent
9c8d70de45
commit
d510c786b8
|
@ -28,3 +28,5 @@ object *sysget PROTO((char *));
|
|||
int sysset PROTO((char *, object *));
|
||||
FILE *sysgetfile PROTO((char *, FILE *));
|
||||
void initsys PROTO((void));
|
||||
|
||||
extern object *sys_trace, *sys_profile;
|
||||
|
|
Loading…
Reference in New Issue