Moved common code to util.[ch] instead of having it duplicated in sws.c
authorDaniel Stenberg <daniel@haxx.se>
Sat, 30 Apr 2005 23:30:55 +0000 (23:30 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 30 Apr 2005 23:30:55 +0000 (23:30 +0000)
commit23da55a9f14ff5c48f0bc297f1ff745eb3dc7554
tree14a55b55be48c061aebd4f0b5cf85475bcf2b263
parent41e6292e7be530c0a273de4121c48169996cb547
Moved common code to util.[ch] instead of having it duplicated in sws.c
and sockfilt.c. For good-to-have functions for the servers written in C.
tests/server/Makefile.am
tests/server/sockfilt.c
tests/server/sws.c
tests/server/util.c [new file with mode: 0644]
tests/server/util.h [new file with mode: 0644]