aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/usr/prompt.h
blob: fc1946c7a5cdf197c0527ecf71044eb7863b85f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _USR_PROMPT_H
#define _USR_PROMPT_H

/** @file
 *
 * Prompt for keypress
 *
 */

FILE_LICENCE ( GPL2_OR_LATER );

extern int prompt ( const char *text, unsigned int wait_ms, int key );

#endif /* _USR_PROMPT_H */