X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=include%2Fhttp.h;h=8403e358dad3153dad1383b486e58780d18f3211;hb=f5018426d1d10585f5093cecc506c5867f56b8c1;hp=e3cc1d4ca4b9cd145ce9e07c7290e74b1ee84900;hpb=2b6703ac37a2c0f17923535d68fdf0ac2debedea;p=doldaconnect.git diff --git a/include/http.h b/include/http.h index e3cc1d4..8403e35 100644 --- a/include/http.h +++ b/include/http.h @@ -1,6 +1,6 @@ /* * Dolda Connect - Modular multiuser Direct Connect-style client - * Copyright (C) 2007 Fredrik Tolf (fredrik@dolda2000.com) + * Copyright (C) 2007 Fredrik Tolf * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -45,6 +45,7 @@ struct htconn { char *resstr; struct strpair *headers; ssize_t tlen, rxd, chl; + int autoredir; }; struct htcookie {