new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / analysisd / cdb / uint32.h
index 4d96f1a..af0928f 100644 (file)
@@ -1,11 +1,11 @@
+/* adopted from libowfat 0.9 (GPL) */
+
 #ifndef UINT32_H
 #define UINT32_H
 
-/* adopted from libowfat 0.9 (GPL) */
-
 typedef unsigned int uint32;
 
-extern void uint32_pack(char *out,uint32 in);
-extern void uint32_unpack(const char *in,uint32 *out);
+extern void uint32_pack(char *out, uint32 in);
+extern void uint32_unpack(const char *in, uint32 *out);
 
 #endif