make command line options const
authorZachary T Welch <zw@superlucidity.net>
Sun, 15 Nov 2009 11:53:19 +0000 (03:53 -0800)
committerZachary T Welch <zw@superlucidity.net>
Mon, 16 Nov 2009 23:47:08 +0000 (15:47 -0800)
commitccf59123b72b01149063d5864ef61077786c033e
tree314e50ae7d17b6c18ef116ebd5559781dcd1b2ad
parent91ac164d95e1101120b938c684b78934d23dd51c
make command line options const

The getopt_long call allows a const struct option, so mark ours
const too.
src/helper/options.c