mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-10-02 15:52:34 -04:00
7 lines
120 B
C
7 lines
120 B
C
#ifndef KOLIBRI_BOXLIB_H
|
|
#define KOLIBRI_BOXLIB_H
|
|
|
|
extern int kolibri_boxlib_init(void);
|
|
|
|
#endif /* KOLIBRI_BOXLIB_H */
|