X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Futils%2Fucw-urltool.c;h=f25b70c5b323d6cba6aab52168b44f178ed78298;hb=f1155256f7a168f5e2c0097cb4e7197b79c4f041;hp=eff6598ccae090cb7323435df77fec501324a955;hpb=78a39d6019e14a576bd58a26f0c161980ae51daf;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)