blob: 798de660cc409191e1bf91737692b1e36ac6fd33 [file] [log] [blame]
/* File: slapi.i */
%module slapi
%include "typemaps.i"
%include "std_string.i"
%include "std_vector.i"
%template (UIntVector) std::vector<unsigned int>;
%include "SLAPI.h"