summaryrefslogtreecommitdiff
path: root/desktop/401login.h
blob: 9e6030ab4fed7e3ece9de8cca2c2d222bb9e730b (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.sourceforge.net/
 * 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