summary refs log tree commit diff stats
path: root/src/common/hexchatc.h
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2012-12-25 00:33:57 -0500
committerTingPing <tingping@tingping.se>2012-12-25 00:33:57 -0500
commitb37fe23b99be98955dd28cba054ed421a37d0e72 (patch)
tree3e5f7b13596ecdbc69adbce56cfb7ae56bd9574d /src/common/hexchatc.h
parent76680ae41b34f15df59817dea1d163548b9a2d58 (diff)
Add last activity keybinding from fedora
Diffstat (limited to 'src/common/hexchatc.h')
-rw-r--r--src/common/hexchatc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/hexchatc.h b/src/common/hexchatc.h
index 207a97cd..9650dc10 100644
--- a/src/common/hexchatc.h
+++ b/src/common/hexchatc.h
@@ -25,10 +25,13 @@ extern GSList *ignore_list;
 extern GSList *usermenu_list;
 extern GSList *urlhandler_list;
 extern GSList *tabmenu_list;
+extern GList *sess_list_by_lastact[];
 
 session * find_channel (server *serv, char *chan);
 session * find_dialog (server *serv, char *nick);
 session * new_ircwindow (server *serv, char *name, int type, int focus);
+void lastact_update (session * sess);
+session * lastact_getfirst (int (*filter) (session *sess));
 int is_session (session * sess);
 void session_free (session *killsess);
 void lag_check (void);