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