Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

review -> review + review-one -> review + review-two -> No tags
significant changes -> review or incomplete

Functions have no parameters should be declared as void so as to document that this is intentional.

for example,

Code Block

void abort(void);

...

Run spider with new changes.

...