Skip to content
Snippets Groups Projects
Commit c6808b3f authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

The great C function dependency refactor of 2020

The goal of this commit is that: only modules that either are part-of sbbs.dll/libsbbs.so or need to link with/use that library, will #include "sbbs.h" and thus be dependent on its subsequent includes (e.g. cryptlib.h, jsapi.h). This should mean extdeps.mk can be trimmed way down.

I also removed CVS keyword/comments and trimmed up the boilerplate copyright notice in modified and added source/header files in this commit.

There is no functional change in behavior in this comment.
parent 5168429f
No related branches found
No related tags found
Loading
Showing with 322 additions and 208 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment