X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=src%2Flibsmooth%2Flibsmooth.h;h=6003bc0651a158be7580a631c86e03ba2e92bd18;hp=d731e548af8172ceffa2fd1f1740e563f152b415;hb=d9c6f56c2ea171cbc1fa396feb30d2814b9a818d;hpb=62845ec556cdc6fbd3f452c33517d6653c78441f diff --git a/src/libsmooth/libsmooth.h b/src/libsmooth/libsmooth.h index d731e548af..6003bc0651 100644 --- a/src/libsmooth/libsmooth.h +++ b/src/libsmooth/libsmooth.h @@ -52,6 +52,7 @@ int runcommandwithprogress(int width, int height, const char *title, const char int lines, char *text, ...); int runcommandwithstatus(const char *command, const char* title, const char *message, const char* output); int runhiddencommandwithstatus(const char *command, const char* title, const char *message, const char* output); +int splashWindow(const char* title, const char* message, unsigned int timeout); int checkformodule(const char *module); int replace(char filename1[], char *from, char *to); char* get_version(void);