diff options
author | Matt Wilson <msw@redhat.com> | 1999-06-25 02:14:29 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-06-25 02:14:29 +0000 |
commit | 82f292a13937a8785aed282892819a4e08b5f3d9 (patch) | |
tree | 0f745245d46d4010e68c0550b82791cbb7ac66b6 /loader/windows.h | |
parent | 7e82cc2de02a546a60d33ad20c7b11cd7c63b3f1 (diff) | |
download | anaconda-82f292a13937a8785aed282892819a4e08b5f3d9.tar.gz anaconda-82f292a13937a8785aed282892819a4e08b5f3d9.tar.xz anaconda-82f292a13937a8785aed282892819a4e08b5f3d9.zip |
new loader support
Diffstat (limited to 'loader/windows.h')
-rw-r--r-- | loader/windows.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/loader/windows.h b/loader/windows.h new file mode 100644 index 000000000..0ed3a4ccf --- /dev/null +++ b/loader/windows.h @@ -0,0 +1,7 @@ +#ifndef _WINDOWS_H_ +#define _WINDOWS_H_ + +void errorWindow(char * str); +void winStatus(int width, int height, char * title, char * text, ...); + +#endif /* _WINDOWS_H_ */ |