mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Remove empty lines in start of header files
A left over from the CVS Id removal. Also, for a few files, normalize the order in which things are declared in headers.
This commit is contained in:
parent
41941c64d6
commit
acf2ec806b
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__BFU_BUTTON_H
|
||||
#define EL__BFU_BUTTON_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__BFU_CHECKBOX_H
|
||||
#define EL__BFU_CHECKBOX_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__BFU_COMMON_H
|
||||
#define EL__BFU_COMMON_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__BFU_DIALOG_H
|
||||
#define EL__BFU_DIALOG_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__BFU_GROUP_H
|
||||
#define EL__BFU_GROUP_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__BFU_HIERBOX_H
|
||||
#define EL__BFU_HIERBOX_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__BFU_INPFIELD_H
|
||||
#define EL__BFU_INPFIELD_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__BFU_INPHIST_H
|
||||
#define EL__BFU_INPHIST_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__BFU_LEDS_H
|
||||
#define EL__BFU_LEDS_H
|
||||
|
||||
|
@ -1,12 +1,9 @@
|
||||
|
||||
#ifndef EL__BFU_LISTBOX_H
|
||||
#define EL__BFU_LISTBOX_H
|
||||
|
||||
|
||||
#include "util/align.h"
|
||||
#include "util/lists.h"
|
||||
|
||||
|
||||
struct dialog;
|
||||
struct listbox_data;
|
||||
struct listbox_item;
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__BFU_MENU_H
|
||||
#define EL__BFU_MENU_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__BFU_MSGBOX_H
|
||||
#define EL__BFU_MSGBOX_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__BFU_STYLE_H
|
||||
#define EL__BFU_STYLE_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__BFU_TEXT_H
|
||||
#define EL__BFU_TEXT_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__BFU_WIDGET_H
|
||||
#define EL__BFU_WIDGET_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__BOOKMARKS_BOOKMARKS_H
|
||||
#define EL__BOOKMARKS_BOOKMARKS_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__BOOKMARKS_DIALOGS_H
|
||||
#define EL__BOOKMARKS_DIALOGS_H
|
||||
|
||||
|
1
src/cache/cache.h
vendored
1
src/cache/cache.h
vendored
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__CACHE_CACHE_H
|
||||
#define EL__CACHE_CACHE_H
|
||||
|
||||
|
1
src/cache/dialogs.h
vendored
1
src/cache/dialogs.h
vendored
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__CACHE_DIALOGS_H
|
||||
#define EL__CACHE_DIALOGS_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__CONFIG_CMDLINE_H
|
||||
#define EL__CONFIG_CMDLINE_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__CONFIG_CONF_H
|
||||
#define EL__CONFIG_CONF_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__CONFIG_DIALOGS_H
|
||||
#define EL__CONFIG_DIALOGS_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__CONFIG_HOME_H
|
||||
#define EL__CONFIG_HOME_H
|
||||
|
||||
|
@ -1,16 +1,14 @@
|
||||
|
||||
#ifndef EL__CONFIG_KBDBIND_H
|
||||
#define EL__CONFIG_KBDBIND_H
|
||||
|
||||
/* #include "bfu/listbox.h" */
|
||||
struct listbox_item;
|
||||
|
||||
#include "config/options.h"
|
||||
#include "main/event.h"
|
||||
#include "main/object.h"
|
||||
#include "terminal/terminal.h"
|
||||
#include "util/string.h"
|
||||
|
||||
struct listbox_item;
|
||||
|
||||
/* Used for holding enum <keymap>_action values. */
|
||||
typedef long action_id_T;
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__CONFIG_OPTTYPES_H
|
||||
#define EL__CONFIG_OPTTYPES_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__CONFIG_TIMER_H
|
||||
#define EL__CONFIG_TIMER_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__CONFIG_URLHIST_H
|
||||
#define EL__CONFIG_URLHIST_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__COOKIES_COOKIES_H
|
||||
#define EL__COOKIES_COOKIES_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__COOKIES_DIALOGS_H
|
||||
#define EL__COOKIES_DIALOGS_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__COOKIES_PARSER_H
|
||||
#define EL__COOKIES_PARSER_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__DIALOGS_DOCUMENT_H
|
||||
#define EL__DIALOGS_DOCUMENT_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__DIALOGS_DOWNLOAD_H
|
||||
#define EL__DIALOGS_DOWNLOAD_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__DIALOGS_EDIT_H
|
||||
#define EL__DIALOGS_EDIT_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__DIALOGS_EXMODE_H
|
||||
#define EL__DIALOGS_EXMODE_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__DIALOGS_INFO_H
|
||||
#define EL__DIALOGS_INFO_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__DIALOGS_MENU_H
|
||||
#define EL__DIALOGS_MENU_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__DIALOGS_OPTIONS_H
|
||||
#define EL__DIALOGS_OPTIONS_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__DIALOGS_PROGRESS_H
|
||||
#define EL__DIALOGS_PROGRESS_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__DIALOGS_STATUS_H
|
||||
#define EL__DIALOGS_STATUS_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__DOCUMENT_DOCDATA_H
|
||||
#define EL__DOCUMENT_DOCDATA_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__DOCUMENT_DOCUMENT_H
|
||||
#define EL__DOCUMENT_DOCUMENT_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__DOCUMENT_FORMS_H
|
||||
#define EL__DOCUMENT_FORMS_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__DOCUMENT_OPTIONS_H
|
||||
#define EL__DOCUMENT_OPTIONS_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__DOCUMENT_REFRESH_H
|
||||
#define EL__DOCUMENT_REFRESH_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__DOCUMENT_RENDERER_H
|
||||
#define EL__DOCUMENT_RENDERER_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__DOCUMENT_VIEW_H
|
||||
#define EL__DOCUMENT_VIEW_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__ECMASCRIPT_ECMASCRIPT_H
|
||||
#define EL__ECMASCRIPT_ECMASCRIPT_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_H
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__ENCODING_BZIP2_H
|
||||
#define EL__ENCODING_BZIP2_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__ENCODING_ENCODING_H
|
||||
#define EL__ENCODING_ENCODING_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__ENCODING_GZIP_H
|
||||
#define EL__ENCODING_GZIP_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__FORMHIST_DIALOGS_H
|
||||
#define EL__FORMHIST_DIALOGS_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__FORMHIST_FORMHIST_H
|
||||
#define EL__FORMHIST_FORMHIST_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__GLOBHIST_DIALOGS_H
|
||||
#define EL__GLOBHIST_DIALOGS_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__GLOBHIST_GLOBHIST_H
|
||||
#define EL__GLOBHIST_GLOBHIST_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__INTL_CHARSETS_H
|
||||
#define EL__INTL_CHARSETS_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__MAIN_EVENT_H
|
||||
#define EL__MAIN_EVENT_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__MAIN_INTERLINK_H
|
||||
#define EL__MAIN_INTERLINK_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__MAIN_MAIN_H
|
||||
#define EL__MAIN_MAIN_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__MAIN_MODULE_H
|
||||
#define EL__MAIN_MODULE_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__MAIN_OBJECT_H
|
||||
#define EL__MAIN_OBJECT_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__MAIN_SELECT_H
|
||||
#define EL__MAIN_SELECT_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__MAIN_TIMER_H
|
||||
#define EL__MAIN_TIMER_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__MAIN_VERSION_H
|
||||
#define EL__MAIN_VERSION_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__MIME_DIALOGS_H
|
||||
#define EL__MIME_DIALOGS_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__MIME_MIME_H
|
||||
#define EL__MIME_MIME_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__NETWORK_CONNECTION_H
|
||||
#define EL__NETWORK_CONNECTION_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__NETWORK_DNS_H
|
||||
#define EL__NETWORK_DNS_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__NETWORK_PROGRESS_H
|
||||
#define EL__NETWORK_PROGRESS_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__NETWORK_SOCKET_H
|
||||
#define EL__NETWORK_SOCKET_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__NETWORK_STATE_H
|
||||
#define EL__NETWORK_STATE_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__OSDEP_ASCII_H
|
||||
#define EL__OSDEP_ASCII_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/* This is... er, the OS-independent part of osdep/ ;-). */
|
||||
|
||||
#ifndef EL__OSDEP_GENERIC_H
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__OSDEP_GETIFADDRS_H
|
||||
#define EL__OSDEP_GETIFADDRS_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__OSDEP_NEWWIN_H
|
||||
#define EL__OSDEP_NEWWIN_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__OSDEP_OSDEP_H
|
||||
#define EL__OSDEP_OSDEP_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__OSDEP_STUB_H
|
||||
#define EL__OSDEP_STUB_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__OSDEP_SYSNAME_H
|
||||
#define EL__OSDEP_SYSNAME_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__OSDEP_SYSTEM_H
|
||||
#define EL__OSDEP_SYSTEM_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__OSDEP_TYPES_H
|
||||
#define EL__OSDEP_TYPES_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__PROTOCOL_ABOUT_H
|
||||
#define EL__PROTOCOL_ABOUT_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__PROTOCOL_DATA_H
|
||||
#define EL__PROTOCOL_DATA_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__PROTOCOL_DATE_H
|
||||
#define EL__PROTOCOL_DATE_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__PROTOCOL_HEADER_H
|
||||
#define EL__PROTOCOL_HEADER_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__PROTOCOL_PROTOCOL_H
|
||||
#define EL__PROTOCOL_PROTOCOL_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__PROTOCOL_PROXY_H
|
||||
#define EL__PROTOCOL_PROXY_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__PROTOCOL_URI_H
|
||||
#define EL__PROTOCOL_URI_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__PROTOCOL_USER_H
|
||||
#define EL__PROTOCOL_USER_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__SCRIPTING_SCRIPTING_H
|
||||
#define EL__SCRIPTING_SCRIPTING_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__SESSION_DOWNLOAD_H
|
||||
#define EL__SESSION_DOWNLOAD_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__SESSION_HISTORY_H
|
||||
#define EL__SESSION_HISTORY_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__SESSION_LOCATION_H
|
||||
#define EL__SESSION_LOCATION_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__SESSION_SESSION_H
|
||||
#define EL__SESSION_SESSION_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__SESSION_TASK_H
|
||||
#define EL__SESSION_TASK_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__TERMINAL_COLOR_H
|
||||
#define EL__TERMINAL_COLOR_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__TERMINAL_DRAW_H
|
||||
#define EL__TERMINAL_DRAW_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__TERMINAL_EVENT_H
|
||||
#define EL__TERMINAL_EVENT_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__TERMINAL_HARDIO_H
|
||||
#define EL__TERMINAL_HARDIO_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__TERMINAL_ITRM_H
|
||||
#define EL__TERMINAL_ITRM_H
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#ifndef EL__TERMINAL_KBD_H
|
||||
#define EL__TERMINAL_KBD_H
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user