summaryrefslogtreecommitdiff
path: root/src/main.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-09-15Revert "Fix constness of stathost"Mukund Sivaraman1-1/+1
This reverts commit 42d2e10c93aacea89b7e5c23c1487a45788715b3.
2009-09-15Fix constness of stathostMukund Sivaraman1-1/+1
2009-09-15Extract cmdline parsing code into a functionMukund Sivaraman1-0/+1
2009-09-15Indent code to Tinyproxy coding styleMukund Sivaraman1-49/+47
The modified files were indented with GNU indent using the following command: indent -npro -kr -i8 -ts8 -sob -l80 -ss -cs -cp1 -bs -nlps -nprs -pcs \ -saf -sai -saw -sc -cdw -ce -nut -il0 No other changes of any sort were made.
2009-09-10make "config_file" a const in the config struct.Michael Adam1-1/+1
Michael
2009-08-07Rename tinyproxy.[ch] to main.[ch]Mukund Sivaraman1-0/+109