From 55160c6eff8cc91a93da83be62fc8766cd1a388b Mon Sep 17 00:00:00 2001 From: QC Date: Sun, 29 Mar 2015 12:27:00 +0200 Subject: Issue: #137, Parse /etc/hosts file. --- include/rofi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/rofi.h') diff --git a/include/rofi.h b/include/rofi.h index d5932f7c..ad8190dd 100644 --- a/include/rofi.h +++ b/include/rofi.h @@ -201,6 +201,8 @@ typedef struct _Settings unsigned int lazy_filter_limit; /** Auto select. */ unsigned int auto_select; + /** Hosts file parsing */ + unsigned int parse_hosts; } Settings; /** Global Settings structure. */ -- cgit v1.2.3