Change the return value of two functions from 'void' into 'int'
authorBart Van Assche <bvanassche@acm.org>
Sun, 20 Sep 2020 23:27:58 +0000 (16:27 -0700)
committerBart Van Assche <bvanassche@acm.org>
Sun, 20 Sep 2020 23:28:59 +0000 (16:28 -0700)
commit966f8ef911a752782a086072a7cf2591b09d754e
tree16a32edafcc47b87a9023ca0eb686ffb91817f6a
parent335210df931c79d59f93424e64c0623e59b18754
Change the return value of two functions from 'void' into 'int'

This patch does not change any functionality but makes the next patch in
this series easier to read.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
stat.c
stat.h
steadystate.c
steadystate.h