mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
e5c0c7185e
svn path=/trunk/; revision=2456
6 lines
80 B
C
6 lines
80 B
C
#ifndef __LISTMODE_H
|
|
#define __LISTMODE_H
|
|
|
|
char *listmode_edit (char*);
|
|
|
|
#endif
|