about summary refs log tree commit diff stats
path: root/src/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-10-28 01:52:22 +0100
committerJames Booth <boothj5@gmail.com>2012-10-28 01:52:22 +0100
commit90606141a92fbff4a97282c44dc923944526c977 (patch)
tree354ef153a544e0c4c38c3e249e948c5771598fb4 /src/ui.h
parent44f64bea64f940719cdb66782ff52d6ee92fe8c7 (diff)
parent7aa177c6687d78b3bc3f1fe1b951145cb2a07635 (diff)
downloadprofani-tty-90606141a92fbff4a97282c44dc923944526c977.tar.gz
Merge branch 'master' into chatstates
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui.h b/src/ui.h
index df42a191..642d2ec5 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -136,5 +136,6 @@ void inp_put_back(void);
 void inp_non_block(void);
 void inp_block(void);
 void inp_get_password(char *passwd);
+void inp_replace_input(char *input, const char * const new_input, int *size);
 
 #endif