Add identd to preferences

This commit is contained in:
Patrick Griffis
2016-01-25 21:01:56 -05:00
parent 2226363fd0
commit f14ad5e9dd
4 changed files with 40 additions and 6 deletions

View File

@@ -20,6 +20,6 @@
#ifndef HEXCHAT_SETUP_H
#define HEXCHAT_SETUP_H
void setup_apply_real (int new_pix, int do_ulist, int do_layout);
void setup_apply_real (int new_pix, int do_ulist, int do_layout, int do_identd);
#endif