]> git.neil.brown.name Git - portmap.git/commit
pmap_dump.c: protoname() now returning const char*
authorEnrico Weigelt, metux IT service <weigelt@metux.de>
Sun, 22 Feb 2009 19:09:11 +0000 (20:09 +0100)
committerEnrico Weigelt, metux IT service <weigelt@metux.de>
Sun, 22 Feb 2009 19:09:11 +0000 (20:09 +0100)
commitbcd5ff6093b13291d4ac886231456db78fd2b878
tree3a66397e38951b3c7f506b50ef90781ec5417021
parent93843c7a266b9c7aadb8b5f977f5f9be39d1f64a
pmap_dump.c: protoname() now returning const char*

This fixes a compiler-warning on returning string constants as non-const char*
pmap_dump.c