View | Details | Raw Unified | Return to bug 13819
Collapse All | Expand All

(-)filter.c Fri Sep 17 22:20:14 1999 (-2 / +1 lines)
Lines 622-628 Link Here
622
  return proto;
622
  return proto;
623
}
623
}
624
624
625
static const char *opname[] = {"none", "eq", "gt", "unknown", "lt"};
625
static const char *opname[] = {"none", "eq", "gt", "lt", "unknown"};
626
626
627
const char *
627
const char *
628
filter_Op2Nam(int op)
628
filter_Op2Nam(int op)
629
------------------------------------------------------------------------

Return to bug 13819