Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8632 → Rev 8635

/contrib/kolibri-libc/source/include/shell_api.h
10,5 → 10,6
extern void _FUNC(shell_gets)(char *str);
extern void _FUNC(shell_cls)();
extern void _FUNC(shell_exit)();
 
extern unsigned _FUNC(shell_get_pid)();
extern int _FUNC(shell_ping)();
#endif