summaryrefslogtreecommitdiffstats
path: root/src/intrfn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/intrfn.h')
-rw-r--r--src/intrfn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intrfn.h b/src/intrfn.h
index 253988cb..161d2611 100644
--- a/src/intrfn.h
+++ b/src/intrfn.h
@@ -57,7 +57,7 @@ int end_ncurses(void);
int interface_partition_type_ncurses(disk_t *disk_car);
int vaff_txt(int line, WINDOW *window, const char *_format, va_list ap) __attribute__((format(printf, 3, 0)));
char *ask_log_location(const char*filename);
-int get_string(char *str, const int len, const char *def);
+int get_string(WINDOW *window, char *str, const int len, const char *def);
#endif
void display_message(const char*msg);