#include "config.h" #include "backtrace.h" int bt_dump(struct lt_config_shared *cfg, unsigned long flags) { fprintf(stderr, "NOT IMPLEMENTED\n"); fflush(NULL); return -1; }