genevent xml std
[lttv.git] / genevent-new / parser.h
index c3a0c5eec7efcedd4f5174ad874270535f0f4224..70e89cb0ffc33064879442073937d8366e471c6b 100644 (file)
@@ -172,8 +172,7 @@ void generateChecksum(char * facName,
 char * getNameAttribute(parse_file_t *in);
 char * getFormatAttribute(parse_file_t *in);
 int    getSizeAttribute(parse_file_t *in);
-int    getValueAttribute(parse_file_t *in);
-char * getValueStrAttribute(parse_file_t *in);
+int    getValueAttribute(parse_file_t *in, long long *value);
 
 char * getDescription(parse_file_t *in);
 
This page took 0.022344 seconds and 4 git commands to generate.