about summary refs log tree commit diff stats
path: root/preferences.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-05-10 23:51:06 +0100
committerJames Booth <boothj5@gmail.com>2012-05-10 23:51:06 +0100
commit46ee72f91664a6cabc5cb90123af08323d36788e (patch)
tree416280cda3542d6ab897aabf9c56c1b876d1139d /preferences.h
parentd6f7862097fb35835f492fd908999bd525d54460 (diff)
downloadprofani-tty-46ee72f91664a6cabc5cb90123af08323d36788e.tar.gz
Finished /connect tab completion
Diffstat (limited to 'preferences.h')
-rw-r--r--preferences.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/preferences.h b/preferences.h
index cb6586d2..8f2cfadc 100644
--- a/preferences.h
+++ b/preferences.h
@@ -27,6 +27,9 @@
 
 void prefs_load(void);
 
+char * find_login(char *prefix);
+void reset_login_search(void);
+
 gboolean prefs_get_beep(void);
 void prefs_set_beep(gboolean value);
 gboolean prefs_get_flash(void);