summaryrefslogtreecommitdiff
path: root/src/base/configuration.i
blob: 3b92e24383e090b40c0476d1f626b2d384c9bbf6 (plain)
1
2
3
4
5
6
7
%{
#include "base/configuration.h"
%}

%apply char **STRING_ARRAY { char const* const* }
%include "base/configuration.h"
%clear char const* const*;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback