diff mlp.h @ 8693:18737839ed27 libavcodec

Add missing void keyword to parameterless function declarations.
author diego
date Fri, 30 Jan 2009 18:38:25 +0000
parents 45cfe1d44e86
children 753780c4875e
line wrap: on
line diff
--- a/mlp.h	Fri Jan 30 17:15:08 2009 +0000
+++ b/mlp.h	Fri Jan 30 18:38:25 2009 +0000
@@ -106,7 +106,7 @@
  */
 uint8_t ff_mlp_calculate_parity(const uint8_t *buf, unsigned int buf_size);
 
-void ff_mlp_init_crc();
+void ff_mlp_init_crc(void);
 
 /** XOR four bytes into one. */
 static inline uint8_t xor_32_to_8(uint32_t value)