summaryrefslogtreecommitdiffstats
path: root/loader2/windows.h
blob: c42da6dd4415ae0c6bc6c8bb304674de4fd288f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _WINDOWS_H_
#define _WINDOWS_H_

#include "lang.h"

void winStatus(int width, int height, char * title, char * text, ...);
void scsiWindow(const char * driver);

#define errorWindow(String) \
	newtWinMessage(_("Error"), _("OK"), String, strerror (errno));

#endif /* _WINDOWS_H_ */