src/common.[ch]: Implemented `htond' and `ntohd' and applied it to the network plugin.
authorFlorian Forster <octo@noris.net>
Thu, 28 Feb 2008 14:15:53 +0000 (15:15 +0100)
committerFlorian Forster <octo@noris.net>
Thu, 28 Feb 2008 14:15:53 +0000 (15:15 +0100)
commit4438c61e3f0656b50867753312a011ba737cc649
treef3bb4f1677c8f75884cf228cc53eb5c45841139b
parentb365f4e313f9996ac794ebca16098963b6582046
src/common.[ch]: Implemented `htond' and `ntohd' and applied it to the network plugin.

The functions convert doubles to the x86 representation or from the x86
representation to the representation used on the host. On x86 systems, this is
a NOP.
src/common.c
src/common.h
src/network.c