11 lines
114 B
C
11 lines
114 B
C
/* a quick ls_init.h */
|
|
|
|
|
|
#ifndef _LS_INIT_H
|
|
#define _LS_INIT_H
|
|
|
|
|
|
void ls_init( void );
|
|
|
|
|
|
#endif /* _LS_INIT_H */
|