put a default known_hosts into conf

This commit is contained in:
okan
2012-12-17 23:54:57 +00:00
parent 75f65f399e
commit 479e9f769c
3 changed files with 8 additions and 7 deletions

View File

@@ -298,6 +298,7 @@ struct conf {
char *menucolor[CWM_COLOR_MENU_MAX];
char termpath[MAXPATHLEN];
char lockpath[MAXPATHLEN];
char known_hosts[MAXPATHLEN];
#define CONF_FONT "sans-serif:pixelsize=14:bold"
char *font;
};