Constify a pointer, so that the array of pointers to ett_ values can be
authorGuy Harris <guy@alum.mit.edu>
Fri, 7 Jan 2005 12:56:21 +0000 (12:56 -0000)
committerGuy Harris <guy@alum.mit.edu>
Fri, 7 Jan 2005 12:56:21 +0000 (12:56 -0000)
commit4c45795dab6c6ab9ec4e42cc5cfca73d60279202
treec05c34e9177a1439403b1f180e7e42caf4b01bb7
parent3662eb81fe3cf4dff1b67de2282b9951ae546b91
Constify a pointer, so that the array of pointers to ett_ values can be
const, although the pointers can't point to consts (as the values get
filled in as they're registered).

svn path=/trunk/; revision=12981
epan/proto.c
epan/proto.h