about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-11-07 22:38:34 +0000
committerJames Booth <boothj5@gmail.com>2014-11-07 22:38:34 +0000
commit373b3a2d7c493200207201f5bd3ec185a9207fa1 (patch)
tree256f57c3c4f411d7a3acdc058e0e07cb822d4f88 /src/ui/ui.h
parent571db231509577fe1e528595c3aae61e2f8ccf3f (diff)
downloadprofani-tty-373b3a2d7c493200207201f5bd3ec185a9207fa1.tar.gz
Added /presence command to show contacts presence
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index b3c5be1f..f5c9b621 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -299,6 +299,7 @@ void (*cons_flash_setting)(void);
 void (*cons_splash_setting)(void);
 void (*cons_vercheck_setting)(void);
 void (*cons_occupants_setting)(void);
+void (*cons_presence_setting)(void);
 void (*cons_mouse_setting)(void);
 void (*cons_statuses_setting)(void);
 void (*cons_titlebar_setting)(void);