Fix build break

svn path=/trunk/boinc/; revision=23796
This commit is contained in:
Rom Walton 2011-07-05 19:42:04 +00:00
parent cc0ab61b96
commit 5a69b27afc
2 changed files with 13 additions and 0 deletions

View File

@ -15,6 +15,9 @@
// You should have received a copy of the GNU Lesser General Public License
// along with BOINC. If not, see <http://www.gnu.org/licenses/>.
#ifndef URL_H
#define URL_H
#define URL_PROTOCOL_UNKNOWN 0
#define URL_PROTOCOL_HTTP 1
#define URL_PROTOCOL_HTTPS 2
@ -39,3 +42,5 @@ extern void escape_project_url(char *in, char* out);
extern bool valid_master_url(char*);
extern void canonicalize_master_url(char *url);
extern void canonicalize_master_url(std::string&);
#endif

View File

@ -650,6 +650,10 @@
RelativePath="..\lib\str_util.cpp"
>
</File>
<File
RelativePath="..\lib\url.cpp"
>
</File>
<File
RelativePath="..\lib\util.cpp"
>
@ -747,6 +751,10 @@
RelativePath=".\stdafx.h"
>
</File>
<File
RelativePath="..\lib\url.h"
>
</File>
<File
RelativePath="..\lib\util.h"
>