diff options
Diffstat (limited to 'src/fcgi_SC.c')
-rw-r--r-- | src/fcgi_SC.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/fcgi_SC.c b/src/fcgi_SC.c deleted file mode 100644 index 36aba77..0000000 --- a/src/fcgi_SC.c +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | /* fcgi_SC.h - Generic fcgi handler, coz the others all suck. | ||
2 | * | ||
3 | * Copyright 2020 David Seikel <onefang@sledjhamr.org> | ||
4 | */ | ||
5 | |||
6 | // I use camelCaseNames internally, instead of underscore_names as is preferred | ||
7 | // in the rest of toybox. A small limit of 80 characters per source line infers | ||
8 | // shorter names should be used. CamelCaseNames are shorter. Externally visible | ||
9 | // stuff is underscore_names as usual. Plus, I'm used to camelCaseNames, my | ||
10 | // fingers twitch that way. | ||
11 | |||
12 | #include "toys.h" | ||
13 | #include "fcgi_SC.h" | ||