16 lines
362 B
C
16 lines
362 B
C
#ifndef VESSEL_VESSEL_H_
|
|
#define VESSEL_VESSEL_H_
|
|
|
|
#include "conf.h"
|
|
|
|
#include "log.h"
|
|
|
|
#define VS_VESSEL_HEADER_VERSION "00.00.0"
|
|
#define VS_VESSEL_HEADER_SOURCE "https://git.ari.lt/ari/vessel"
|
|
|
|
extern const char *vs_vessel_version;
|
|
extern vs_Logger vs_vessel_lg; /* Global logger */
|
|
|
|
void vs_vessel_init(const char *version);
|
|
|
|
#endif /* VESSEL_VESSEL_H_ */
|