8 lines
137 B
C
8 lines
137 B
C
#ifndef __NVT_COMMON_UTILS_H__
|
|
#define __NVT_COMMON_UTILS_H__
|
|
|
|
int nvt_in_empty_burner_mode(void);
|
|
|
|
#endif /* __NVT_COMMON_UTILS_H__ */
|
|
|