summaryrefslogtreecommitdiffstats
path: root/runtime/lket/b2a/lket_b2a.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/lket/b2a/lket_b2a.h')
-rw-r--r--runtime/lket/b2a/lket_b2a.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/runtime/lket/b2a/lket_b2a.h b/runtime/lket/b2a/lket_b2a.h
index 10d26dff..abb9eb53 100644
--- a/runtime/lket/b2a/lket_b2a.h
+++ b/runtime/lket/b2a/lket_b2a.h
@@ -158,14 +158,9 @@ typedef struct {
} event_desc;
/*
- * handle the bothering sequence id generated by systemtap
- */
-static int skip_sequence_id(FILE *fp);
-
-/*
* search the lket_init_header structure in a set of input files
*/
-static void find_init_header(FILE **fp, const int total_infiles, FILE *outfp);
+static void find_init_header(FILE **fp, const int total_infiles);
/*
* read the lket_pkt_header structure at the begining of the input file
@@ -182,6 +177,6 @@ gint compareFunc(gconstpointer a, gconstpointer b, gpointer user_data);
void destroyAppName(gpointer data);
void register_events(int evt_type, FILE *infp, size_t size);
-int ascii_print(lket_pkt_header header, FILE *infp, FILE *outfile, int evt_type);
+int dump_data(lket_pkt_header header, FILE *infp);
char *get_fmtstr(char *fmt);
#endif