X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhparam.c;h=2c61e608076236bb2042a0b4d414215412dc7686;hp=76fe4279998e4557aabc6fdef7aa28ea30f459ea;hb=6e9577f324bef90765a5edc02044eb111ec48072;hpb=5ba9c2f13fedf1d8d6ed907ef1f505616290efaa diff --git a/uip/mhparam.c b/uip/mhparam.c index 76fe427..2c61e60 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -28,6 +28,8 @@ static struct swit switches[] = { { NULL, 0 } }; +char *version=VERSION; + struct proc { char *p_name; char **p_field; @@ -41,8 +43,8 @@ char *empty = ""; */ static struct proc procs [] = { { "#--Version--", &empty }, - { "version", &version_num }, - { "version-str", &version_str }, + { "version", &version }, + { "lib-version", &lib_version }, { "#--Path-and-File-Names--", &empty }, { "mypath", &mypath }, @@ -98,6 +100,7 @@ static struct proc procs [] = { { "replgroupcomps", &replgroupcomps }, { "mhlformat", &mhlformat }, { "mhlreply", &mhlreply }, + { "scanformat", &scanformat }, { "#--Default-Sequence-Names--", &empty }, { "seq-all", &seq_all },