aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/gencode.h
blob: 2148b2be588011de36f9598cf60f512047ab7a4c (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef GENCODE_H
#define GENCODE_H

void
dfw_gencode(dfwork_t *dfw);

int*
dfw_interesting_fields(dfwork_t *dfw, int *caller_num_fields);

#endif