2017-09-05 18:52:39 +08:00
|
|
|
/* Copyright © 1997—1999 Thomas Boutell <boutell@boutell.com>
|
|
|
|
and Boutell.Com, Inc.
|
|
|
|
© 2003—2017 Sam Hocevar <sam@hocevar.net>
|
2017-09-05 02:14:11 +08:00
|
|
|
|
2017-09-05 18:52:39 +08:00
|
|
|
This software is released for free use under the terms of
|
|
|
|
the GNU Public License, version 2 or higher. NO WARRANTY
|
|
|
|
IS EXPRESSED OR IMPLIED. USE THIS SOFTWARE AT YOUR OWN RISK. */
|
2017-09-05 02:14:11 +08:00
|
|
|
|
2017-09-05 18:52:39 +08:00
|
|
|
#pragma once
|
2017-09-05 02:14:11 +08:00
|
|
|
|
2017-09-05 18:52:39 +08:00
|
|
|
void parseConfiguration(char const *in);
|
2017-09-05 02:14:11 +08:00
|
|
|
|