#include #include "iostream" #include "augeas.h" #include "map" #include #include "include/augSettings.h" #if defined(_WIN32) #define CLAPI __declspec(dllexport) #else #define CLAPI #endif extern "C" { CLAPI void* initAug (augSettings settings, int flags); CLAPI void printPreview (augeas* aug, const char* matchPath, const char* filePath); CLAPI void printAugTree (augeas* aug, const char* matchPath, const char* filePath); CLAPI void closeAug (void* aug); }