]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/libsmooth/libsmooth.h
suricata: Change midstream policy to "pass-flow"
[ipfire-2.x.git] / src / libsmooth / libsmooth.h
index d731e548af8172ceffa2fd1f1740e563f152b415..fd4e37a8a92cbec6d99a25ac27195d51c3228c5b 100644 (file)
@@ -5,7 +5,7 @@
  *
  * (c) Lawrence Manning, 2001
  * Contains prototypes for library functions.
- * 
+ *
  */
 
 #ifndef ___LIBSMOOTH_H
@@ -52,7 +52,8 @@ 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 checkformodule(const char *module); 
+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);