diff options
Diffstat (limited to 'Include/sysmodule.h')
-rw-r--r-- | Include/sysmodule.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/sysmodule.h b/Include/sysmodule.h index f79ecdba67..29d1455130 100644 --- a/Include/sysmodule.h +++ b/Include/sysmodule.h @@ -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; |