From f8fe689a81f906d1b91bb3220acde2a4ecb14c5b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 05:01:46 +0200 Subject: Adding upstream version 6.0.4-dfsg. Signed-off-by: Daniel Baumann --- src/VBox/GuestHost/OpenGL/include/cr_url.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/VBox/GuestHost/OpenGL/include/cr_url.h (limited to 'src/VBox/GuestHost/OpenGL/include/cr_url.h') diff --git a/src/VBox/GuestHost/OpenGL/include/cr_url.h b/src/VBox/GuestHost/OpenGL/include/cr_url.h new file mode 100644 index 00000000..38a11313 --- /dev/null +++ b/src/VBox/GuestHost/OpenGL/include/cr_url.h @@ -0,0 +1,23 @@ +/* Copyright (c) 2001, Stanford University + * All rights reserved. + * + * See the file LICENSE.txt for information on redistributing this software. + */ + +#ifndef CR_URL_H +#define CR_URL_H + +#include + +#ifdef __cplusplus +extern "C" { +#endif + +DECLEXPORT(int) crParseURL( const char *url, char *protocol, char *hostname, + unsigned short *port, unsigned short default_port ); + +#ifdef __cplusplus +} +#endif + +#endif /* CR_URL_H */ -- cgit v1.2.3