]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/install+setup/libsmooth/libsmooth.h
Add license dialog to the installer.
[people/pmueller/ipfire-2.x.git] / src / install+setup / libsmooth / libsmooth.h
index 54d702926befd789ea7088e2e978358435779d8d..fb381936374091c5ba136a6efe3546a119cb8c74 100644 (file)
@@ -79,6 +79,8 @@ void reboot(void);
 void stripnl(char *s);
 int mysystem(char *command);
 void errorbox(char *message);
+int statuswindowscroll(int width, int height, char *title, char *text, ...);
+int disclaimerbox(char *message);
 void statuswindow(int width, int height, char *title, char *text, ...);
 int runcommandwithprogress(int width, int height, char *title, char *command,
        int lines, char *text, ...);