/* -*-c-*- */ %module dtnapi %include cstring.i %include std_string.i %{ /* Include files needed to build the wrapper code */ using namespace std; #include #include #include %} /* Pull in the functions and types to be exported by swig */ %include "dtn_types.h" %include "dtn_errno.h" %include "dtn_api_wrap.cc"