Changeset ef5ba20 for lib/format_erf.h
- Timestamp:
- 01/16/19 13:52:38 (2 years ago)
- Branches:
- develop
- Children:
- d51e5d0
- Parents:
- 629b19b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_erf.h
re7132d6 ref5ba20 118 118 int erf_is_color_type(uint8_t erf_type); 119 119 120 void *erf_get_meta_data(libtrace_packet_t *packet, uint32_t section_type, 121 uint16_t section); 120 void *erf_get_meta_section(libtrace_packet_t *packet, uint32_t section); 121 void *erf_get_meta_section_option(libtrace_packet_t *packet, uint32_t section, 122 uint16_t option); 122 123 123 124 #endif
Note: See TracChangeset
for help on using the changeset viewer.