mkimage: added 'static' specifier to match function's prototype.
[kernel/u-boot.git] / tools / getline.h
1 int getline(char **lineptr, size_t *n, FILE *stream);