claugeas/main.h

25 lines
565 B
C++

#include <string>
#include "iostream"
#include "augeas.h"
#include "map"
#include <sys/stat.h>
#include "include/augSettings.h"
#if defined(_WIN32)
#define CLAPI __declspec(dllexport)
#else
#define CLAPI
#endif
extern "C" {
CLAPI void printPreview (augSettings settings,
const char* matchPath,
const char* filePath);
CLAPI void printAugTree (augSettings settings,
const char* matchPath,
const char* filePath);
}