Changeset 1122 for trunk/lib/format_pcapfile.c
- Timestamp:
- 12/24/06 15:45:43 (6 years ago)
- File:
-
- 1 edited
-
trunk/lib/format_pcapfile.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/format_pcapfile.c
r1090 r1122 156 156 } 157 157 158 static int pcapfile_start_output(libtrace_out_t *libtrace )158 static int pcapfile_start_output(libtrace_out_t *libtrace UNUSED) 159 159 { 160 160 return 0; … … 163 163 static int pcapfile_config_input(libtrace_t *libtrace, 164 164 trace_option_t option, 165 void *data )165 void *data UNUSED) 166 166 { 167 167 trace_set_err(libtrace,TRACE_ERR_UNKNOWN_OPTION,
Note: See TracChangeset
for help on using the changeset viewer.
