diff options
author | Rui Paulo <rpaulo@FreeBSD.org> | 2010-10-29 09:21:40 +0000 |
---|---|---|
committer | Rui Paulo <rpaulo@FreeBSD.org> | 2010-10-29 09:21:40 +0000 |
commit | 1160bdd6bafa88241c96ca414ac9bb378f30608b (patch) | |
tree | debc960119ddb6d6cc477de67b514f524dea9f39 /hostapd/config_file.h | |
parent | 02b5aa59ffe0c7ce093caa72e935418a1b0ae370 (diff) |
Notes
Diffstat (limited to 'hostapd/config_file.h')
-rw-r--r-- | hostapd/config_file.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/hostapd/config_file.h b/hostapd/config_file.h new file mode 100644 index 0000000000000..7111a9a3167fd --- /dev/null +++ b/hostapd/config_file.h @@ -0,0 +1,20 @@ +/* + * hostapd / Configuration file parser + * Copyright (c) 2003-2009, Jouni Malinen <j@w1.fi> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Alternatively, this software may be distributed under the terms of BSD + * license. + * + * See README and COPYING for more details. + */ + +#ifndef CONFIG_FILE_H +#define CONFIG_FILE_H + +struct hostapd_config * hostapd_config_read(const char *fname); + +#endif /* CONFIG_FILE_H */ |