Use void in all function definitions that do not take any arguments
[openssl.git] / test / exdatatest.c
index 0ded7db673621eeb893f0b3ced830612492b97b1..6e90752df25d46b2d20ed8cd6f83c4a53c46512d 100644 (file)
@@ -127,7 +127,7 @@ typedef struct myobj_st {
     int st;
 } MYOBJ;
 
-static MYOBJ *MYOBJ_new()
+static MYOBJ *MYOBJ_new(void)
 {
     static int count = 0;
     MYOBJ *obj = OPENSSL_malloc(sizeof(*obj));