about summary refs log tree commit diff stats
path: root/src/ui/inputwin.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-19 20:51:41 +0000
committerJames Booth <boothj5@gmail.com>2015-01-19 20:51:41 +0000
commit0e8092afef2e6172fc1fc27cd5a7e4f216456095 (patch)
treea7e0d800d6b700fc4b99de46f88f6fdbf58af7b6 /src/ui/inputwin.h
parent9ecdb39433cdf5c32b6c0a02d45952ac258da44a (diff)
downloadprofani-tty-0e8092afef2e6172fc1fc27cd5a7e4f216456095.tar.gz
Inlined static functions in inputwin
Diffstat (limited to 'src/ui/inputwin.h')
-rw-r--r--src/ui/inputwin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/inputwin.h b/src/ui/inputwin.h
index 39fde720..ecca4d5b 100644
--- a/src/ui/inputwin.h
+++ b/src/ui/inputwin.h
@@ -43,7 +43,6 @@ void inp_put_back(void);
 void inp_non_block(gint);
 void inp_block(void);
 void inp_get_password(char *passwd);
-void inp_replace_input(const char * const new_input);
 void inp_history_append(char *inp);
 
 #endif