[util: new function: fw_info()
VMiklos <vmiklos at frugalware.org>**20051111173345] {
hunk ./src/util.c 241
+}
+
+int fw_info(char *title, char *msg)
+{
+ dlg_put_backtitle();
+ dlg_clear();
+ return(dialog_msgbox(title, msg, 0, 0, 0));
hunk ./src/util.h 49
+int fw_info(char *title, char *msg);
}