9 lines
150 B
C++
9 lines
150 B
C++
#ifndef _LIBSCERROR_VERSION_H_
|
|
#define _LIBSCERROR_VERSION_H_
|
|
|
|
#include <string>
|
|
|
|
std::string libscerror_version();
|
|
|
|
#endif // _LIBSCERROR_VERSION_H_
|