/**
 * @file capi/${PROGRAM_NAME}.h
 *
 * This is an autogenerated header file for functions specified to the %NAME%
 * binding to be called by Go.
 */
#ifndef GO_${PROGRAM_NAME}_H
#define GO_${PROGRAM_NAME}_H

#include <stddef.h>

#if defined(__cplusplus) || defined(c_plusplus)

extern "C"
{
#endif

extern void mlpack${GOPROGRAM_NAME}();

// Any definitions of methods for dealing with model pointers will be put below
// this comment, if needed.
${MODEL_PTR_DEFNS}

#if defined(__cplusplus) || defined(c_plusplus)
}
#endif

#endif
