r75: *** empty log message ***
[ctsim.git] / include / kstddef.h
index a6543dc9c8e3adccee11dae3088916be2c3c75d6..917e59d6075c1305b45eab4380280671d3cbf86c 100644 (file)
@@ -2,8 +2,11 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: kstddef.h,v 1.13 2000/06/07 00:59:38 kevin Exp $
+**  $Id: kstddef.h,v 1.14 2000/06/07 03:49:54 kevin Exp $
 **  $Log: kstddef.h,v $
 **  $Log: kstddef.h,v $
+**  Revision 1.14  2000/06/07 03:49:54  kevin
+**  *** empty log message ***
+**
 **  Revision 1.13  2000/06/07 00:59:38  kevin
 **  added imagefiles
 **
 **  Revision 1.13  2000/06/07 00:59:38  kevin
 **  added imagefiles
 **
@@ -314,6 +317,7 @@ int read_nfloat32 (float *f, int fd);
 int write_nfloat32 (float const *f, int fd);
 int read_nfloat64 (double *d, int fd);
 int write_nfloat64 (double const *d, int fd);
 int write_nfloat32 (float const *f, int fd);
 int read_nfloat64 (double *d, int fd);
 int write_nfloat64 (double const *d, int fd);
+void ConvertNetworkOrder (void* buffer, size_t bytes);
 
 #ifdef __cplusplus
 }
 
 #ifdef __cplusplus
 }