mirror of
https://github.com/mirror/wget.git
synced 2024-12-29 14:30:48 +08:00
* src/version.h: Add header guard
This commit is contained in:
parent
7eff94e881
commit
77286a2e03
@ -27,6 +27,9 @@ Corresponding Source for a non-source form of such a combination
|
||||
shall include the source code for the parts of OpenSSL used as well
|
||||
as that of the covered work. */
|
||||
|
||||
#ifndef WGET_VERSION_H
|
||||
#define WGET_VERSION_H
|
||||
|
||||
/* Extern declarations for strings in version.c */
|
||||
extern const char *version_string;
|
||||
extern const char *compilation_string;
|
||||
@ -34,3 +37,5 @@ extern const char *link_string;
|
||||
|
||||
/* Extern declaration for string in build_info.c */
|
||||
extern const char *compiled_features[];
|
||||
|
||||
#endif /* WGET_VERSION_H */
|
||||
|
Loading…
Reference in New Issue
Block a user