2
0
mirror of https://github.com/xcat2/xNBA.git synced 2026-05-16 03:14:09 +00:00
Files
xNBA/src/include/gpxe/settings_ui.h
T
2007-08-20 00:34:59 +02:00

15 lines
237 B
C

#ifndef _GPXE_SETTINGS_UI_H
#define _GPXE_SETTINGS_UI_H
/** @file
*
* Option configuration console
*
*/
struct config_context;
extern int settings_ui ( struct config_context *context ) __nonnull;
#endif /* _GPXE_SETTINGS_UI_H */