1193326Sed/*
2193326Sed * hostapd / State dump
3193326Sed * Copyright (c) 2002-2009, Jouni Malinen <j@w1.fi>
4193326Sed *
5193326Sed * This program is free software; you can redistribute it and/or modify
6193326Sed * it under the terms of the GNU General Public License version 2 as
7193326Sed * published by the Free Software Foundation.
8193326Sed *
9193326Sed * Alternatively, this software may be distributed under the terms of BSD
10193326Sed * license.
11193326Sed *
12193326Sed * See README and COPYING for more details.
13193326Sed */
14193326Sed
15193326Sed#ifndef DUMP_STATE_H
16193326Sed#define DUMP_STATE_H
17193326Sed
18193326Sedint handle_dump_state_iface(struct hostapd_iface *iface, void *ctx);
19193326Sed
20193326Sed#endif /* DUMP_STATE_H */
21193326Sed