diff options
author | Mukund Sivaraman <muks@banu.com> | 2009-08-07 03:42:53 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2009-08-07 03:42:53 +0530 |
commit | a21cd7e3ed97041af3bb4c2c124f2474b78574ad (patch) | |
tree | be1943d7edd85fa1bc75f711decbcd3602455519 /src/text.c | |
parent | b5089fecc7f125b6700b19ef71070a73917d9e4c (diff) |
Rename tinyproxy.[ch] to main.[ch]
Diffstat (limited to 'src/text.c')
-rw-r--r-- | src/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ * with the standard C string library. */ -#include "tinyproxy.h" +#include "main.h" #include "text.h" |