summaryrefslogtreecommitdiff
path: root/desktop/401login.h
blob: e88c7638f9640752cc9ac4b9bd535091d66ace88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * 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 2003 John M Bell <jmb202@ecs.soton.ac.uk>
 */

#ifndef NETSURF_DESKTOP_401LOGIN_H
#define NETSURF_DESKTOP_401LOGIN_H

#include "netsurf/utils/config.h"
#include "netsurf/content/content.h"
#include "netsurf/desktop/browser.h"

#ifdef WITH_AUTH

void gui_401login_open(struct browser_window *bw, struct content *c,
		const char *realm);

#endif

#endif