Revert "Try to fix the build boot by changing the signature of catapult_dct2000_dump() to the declared one."

This reverts commit f5a0d7e897.

There's a lot more work needed to fix this change; that's not the only broken file.  I'm going to be reverting the whole thing.

Change-Id: I8e9bb3902f7e398ccb71c66711869c3dd338271c
Reviewed-on: https://code.wireshark.org/review/1569
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-05-09 05:20:20 +00:00
parent 9edba650d1
commit a651f3e5ed
1 changed files with 1 additions and 2 deletions

View File

@ -589,10 +589,9 @@ catapult_dct2000_dump_can_write_encap(int encap)
/*****************************************/
static gboolean
catapult_dct2000_dump(wftap_dumper *wdh, void* header,
catapult_dct2000_dump(wftap_dumper *wdh, const struct wtap_pkthdr *phdr,
const guint8 *pd, int *err)
{
const struct wtap_pkthdr *phdr = (const struct wtap_pkthdr *)header;
const union wtap_pseudo_header *pseudo_header = &phdr->pseudo_header;
guint32 n;
line_prefix_info_t *prefix = NULL;