X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=ioncore%2Fconf.h;h=c7c9a8d66a65dc00347545a234d117141e210ae2;hp=da3679b8795f7449ab24ee5f68d28d446f41c133;hb=e3aec18706513a87eaa7839dfdaf7e0fcd0d8d2a;hpb=8366314611bf30a0f31d25bf5f5023186fa87692 diff --git a/ioncore/conf.h b/ioncore/conf.h index da3679b..c7c9a8d 100644 --- a/ioncore/conf.h +++ b/ioncore/conf.h @@ -1,12 +1,9 @@ /* * ion/ioncore/conf.h * - * Copyright (c) Tuomo Valkonen 1999-2006. + * Copyright (c) Tuomo Valkonen 1999-2009. * - * Ion is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1 of the License, or - * (at your option) any later version. + * See the included file LICENSE for details. */ #ifndef ION_IONCORE_CONF_H @@ -14,4 +11,7 @@ extern bool ioncore_read_main_config(const char *cfgfile); +extern ExtlTab ioncore_get_winprop(WClientWin *cwin); +extern ExtlTab ioncore_get_layout(const char *str); + #endif /* ION_IONCORE_CONF_H */