mirror of
https://github.com/curl/curl.git
synced 2026-05-30 14:57:32 +03:00
James Cone's efforts to add another netrc parsing "mode"
This commit is contained in:
parent
c759d8427a
commit
105ec79b2b
5 changed files with 219 additions and 140 deletions
|
|
@ -49,7 +49,9 @@
|
|||
|
||||
struct memdebug {
|
||||
int size;
|
||||
char mem[1];
|
||||
double mem[1];
|
||||
/* I'm hoping this is the thing with the strictest alignment
|
||||
* requirements. That also means we waste some space :-( */
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue