summaryrefslogtreecommitdiff
path: root/includes/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/interface.h')
-rw-r--r--includes/interface.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/interface.h b/includes/interface.h
index 4bee583..de1c955 100644
--- a/includes/interface.h
+++ b/includes/interface.h
@@ -118,6 +118,8 @@ extern int svf_admin;
extern int svf_mod;
extern char svf_user[64];
extern char svf_pass[64];
+extern char svf_user_id[64];
+extern char svf_session_id[64];
extern int svf_open;
extern int svf_own;
@@ -224,5 +226,7 @@ void open_link(char *uri);
int report_ui(pixel *vid_buf, char *save_id);
+char *console_ui(pixel *vid_buf, char error[255]);
+
#endif