1 %module xenstat_swig 2 %{ 3 /* Includes the header in the wrapper code */ 4 #include "xenstat.h" 5 %} 6 7 /* Parse the header file to generate wrappers */ 8 %include "xenstat.h" 9