1 /* a quick ls_aux.h */
2 
3 
4 #ifndef _LS_AUX_H
5 #define _LS_AUX_H
6 
7 
8 void ls_aux( void );
9 
10 
11 #endif /* _LS_AUX_H */
12