/usr/include/libAfterBase/selfdiag.h is in libafterimage-dev 2.2.12-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | #ifndef SELFDIAG_H_HEADER_INCLUDED
#define SELFDIAG_H_HEADER_INCLUDED
#ifdef __cplusplus
extern "C" {
#endif
const char * get_caller_func ();
void print_simple_backtrace ();
void set_signal_handler (int sig_num);
#ifdef __cplusplus
}
#endif
#endif
|