Changed done() from returning void to returning int so that main()s who call
authorDan Harkless <dan@harkless.org>
Fri, 16 Jul 1999 00:50:01 +0000 (00:50 +0000)
committerDan Harkless <dan@harkless.org>
Fri, 16 Jul 1999 00:50:01 +0000 (00:50 +0000)
commit14d4fe34a364d78ca25f39b82713255a3e9006cb
tree8f74c8da94c878cad67aefa11f0387c977eab9ae
parent13f32d980c37d425a846e59ea63949bd5c2572c3
Changed done() from returning void to returning int so that main()s who call
done() at the end can instead return done() at the end to eliminate the
compilation warning about falling off the end of a non-void function.
h/prototypes.h