From 1dd7e97eb3f2cd317ef64fa9c054aacba6499215 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 10 Jun 2007 17:46:44 +0000 Subject: Merge scheme switcher branch in. svn path=/trunk/netsurf/; revision=3330 --- utils/useragent.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 utils/useragent.h (limited to 'utils/useragent.h') diff --git a/utils/useragent.h b/utils/useragent.h new file mode 100644 index 000000000..2cfa8b0c0 --- /dev/null +++ b/utils/useragent.h @@ -0,0 +1,19 @@ +/* + * This file is part of NetSurf, http://netsurf-browser.org/ + * Licensed under the GNU General Public License, + * http://www.opensource.org/licenses/gpl-license + * Copyright 2007 Daniel Silverstone + * Copyright 2007 Rob Kendrick + */ + +#ifndef _NETSURF_UTILS_USERAGENT_H_ +#define _NETSURF_UTILS_USERAGENT_H_ + +/** Retrieve the core user agent for this release. + * + * The string returned can be relied upon to exist for the duration of + * the execution of the program. There is no need to copy it. + */ +const char * user_agent_string(void); + +#endif -- cgit v1.2.3