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

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