source: main/trunk/greenstone2/common-src/indexers/mg/lib/win32in.h@ 25147

Last change on this file since 25147 was 25147, checked in by kjdon, 12 years ago

merged 64_bit_Greenstone branch into trunk, rev 25139

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 278 bytes
Line 
1/* This module provides an equivalent of <netinet/in.h> on */
2/* unix systems. */
3
4#include "longlong.h"
5
6mg_u_long htonl(mg_u_long x);
7mg_u_long ntohl(mg_u_long x);
8mg_ullong ntohll(mg_ullong x);
9unsigned short htons(unsigned short x);
10unsigned short ntohs(unsigned short x);
Note: See TracBrowser for help on using the repository browser.