Mark htonll() as "const" function
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 10 Mar 2011 11:36:51 +0000 (13:36 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 11 Mar 2011 12:25:45 +0000 (14:25 +0200)
commit0eca826cb8307c3db0878a186b221ae1357a6a3f
treec8b7becb5f07dc6ef7bb6d07da30cd3157893786
parenteb7be49dfa9d03e16431dda8c643a5fa3e300cc2
Mark htonll() as "const" function
- htonll() is a pure "const" function as it only manipulates the
  value passed to it and only calls htonl() functions which are
  also const.
- Also fix up the function prototype formatting
lib/header.c