summaryrefslogtreecommitdiffstats
path: root/src/uca.i
blob: 1846a46cb56f62dac37edd896d6d514991a9f254 (plain)
1
2
3
4
5
6
7
8
%module uca
%{
#include "uca.h"
#include "uca-cam.h"
%}

%include "uca.h"
%include "uca-cam.h"