Remove empty lines in start of header files
[elinks.git] / src / config / urlhist.h
blob9054b60efa1481ce774bf04b4eb02ba8f51e8485
1 #ifndef EL__CONFIG_URLHIST_H
2 #define EL__CONFIG_URLHIST_H
4 #include "bfu/inphist.h"
6 struct module;
8 extern struct input_history goto_url_history;
9 extern struct module goto_url_history_module;
11 #endif