mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
7 lines
80 B
C
7 lines
80 B
C
|
#ifndef __LISTMODE_H
|
||
|
#define __LISTMODE_H
|
||
|
|
||
|
char *listmode_edit (char*);
|
||
|
|
||
|
#endif
|