mirror of
https://github.com/mirror/wget.git
synced 2025-01-01 07:50:11 +08:00
Make extern declaration for program_name
This commit is contained in:
parent
e94a542d0f
commit
eab0f5d222
@ -1,3 +1,7 @@
|
||||
2014-11-22 Darshit Shah <darnir@gmail.com>
|
||||
|
||||
* wget.h: Make extern declaration for program_name
|
||||
|
||||
2014-11-22 Darshit Shah <darnir@gmail.com>
|
||||
|
||||
* retr.h: Declare extern variable numurls
|
||||
|
@ -313,6 +313,7 @@ typedef double SUM_SIZE_INT;
|
||||
#define MAX_INT_TO_STRING_LEN(x) ((sizeof(x) * 24082 / 10000) + 2)
|
||||
|
||||
extern const char *exec_name;
|
||||
extern char *program_name;
|
||||
|
||||
/* Document type ("dt") flags */
|
||||
enum
|
||||
|
Loading…
Reference in New Issue
Block a user