From 0a5f63abf145c05ed9994566289316516310a603 Mon Sep 17 00:00:00 2001 From: Adrián Arroyo Calle Date: Tue, 19 Jan 2016 14:07:57 +0000 Subject: Add cookie management for Haiku frontend --- beos/cookies.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 beos/cookies.h (limited to 'beos/cookies.h') diff --git a/beos/cookies.h b/beos/cookies.h new file mode 100644 index 000000000..977ccd232 --- /dev/null +++ b/beos/cookies.h @@ -0,0 +1,24 @@ +/* + * Copyright 2015 Adrián Arroyo Calle + * + * This file is part of NetSurf, http://www.netsurf-browser.org/ + * + * NetSurf is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * NetSurf is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#ifndef __BEOS_COOKIES_H__ +#define __BEOS_COOKIES_H__ + +void nsbeos_cookies_init(); + +#endif /* __BEOS_ABOUT_H__ */ -- cgit v1.2.3