about summary refs log tree commit diff stats
path: root/src/invapi.hpp
blob: 2d3357c7ead99c53b20b49e8479125387181bee9 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef INVAPI_H
#define INVAPI_H
#include <string>
#include <vector>

std::vector<std::string> getInstances();

#endif