2010-08-08 10:06:34 +02:00
|
|
|
#ifndef H_KRNL_NAMES
|
|
|
|
#define H_KRNL_NAMES
|
2016-11-25 20:15:11 +01:00
|
|
|
|
|
|
|
#include <stddef.h>
|
|
|
|
|
2010-08-08 10:06:34 +02:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
2016-08-28 19:08:52 +02:00
|
|
|
|
|
|
|
struct unit;
|
|
|
|
void register_names(void);
|
2015-01-30 20:37:14 +01:00
|
|
|
const char *abkz(const char *s, char *buf, size_t size, size_t maxchars);
|
2010-08-08 10:06:34 +02:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
#endif
|