comparison src/dumper.h @ 1688:034a2ddf5b6b

[xemacs-hg @ 2003-09-16 03:57:54 by james] Fix C++ build of dump-id.c, and remove dumper.h/lrecord.h duplication.
author james
date Tue, 16 Sep 2003 03:57:59 +0000
parents 223736d75acb
children 543769b89fed
comparison
equal deleted inserted replaced
1687:a4b5e2effaff 1688:034a2ddf5b6b
21 /* Synched up with: Not in FSF. */ 21 /* Synched up with: Not in FSF. */
22 22
23 #ifndef INCLUDED_dumper_h 23 #ifndef INCLUDED_dumper_h
24 #define INCLUDED_dumper_h 24 #define INCLUDED_dumper_h
25 25
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29
26 void pdump_objects_unmark (void); 30 void pdump_objects_unmark (void);
27 void pdump (void); 31 void pdump (void);
28 int pdump_load (const char *argv0); 32 int pdump_load (const char *argv0);
33 void pdump_backtrace (void);
29 extern unsigned int dump_id; 34 extern unsigned int dump_id;
35 extern char *pdump_start, *pdump_end;
36
37 #ifdef __cplusplus
38 }
39 #endif
30 40
31 #endif /* INCLUDED_dumper_h */ 41 #endif /* INCLUDED_dumper_h */