X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Futils%2Fucw-urltool.c;h=f25b70c5b323d6cba6aab52168b44f178ed78298;hb=959566090f98dd31eaa67d3d5959b641e5fe902b;hp=eff6598ccae090cb7323435df77fec501324a955;hpb=0192d9f3a127c82b32131d26ed9b5fb5a90db723;p=libucw.git diff --git a/ucw/utils/ucw-urltool.c b/ucw/utils/ucw-urltool.c index eff6598c..f25b70c5 100644 --- a/ucw/utils/ucw-urltool.c +++ b/ucw/utils/ucw-urltool.c @@ -15,9 +15,9 @@ static byte *base_url; static struct url base; -static uns opt_split = 0, opt_normalize = 0, opt_forgive = 0; +static uint opt_split = 0, opt_normalize = 0, opt_forgive = 0; static struct fastbuf *fout; -static uns err_count; +static uint err_count; static void process_url(byte *url)