#pragma once

#ifdef __cplusplus
extern "C" {
#endif

int klogctl(int, char*, int);

#ifdef __cplusplus
}
#endif