diff options
author | John Stebbins <[email protected]> | 2019-01-06 10:57:49 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-01-14 13:36:08 -0800 |
commit | 5b672e5ec3c5476418981765fe3be16148c50537 (patch) | |
tree | ba04bd14ab13c08ba2713590834b0e53e98fefaa /libhb/ports.h | |
parent | b5bc28290b4c33a5cafb1d55abb1dc0f688a9d53 (diff) |
ports: move hb_getline to ports.c where it belongs
Diffstat (limited to 'libhb/ports.h')
-rw-r--r-- | libhb/ports.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/ports.h b/libhb/ports.h index 0a5ad0c12..f6c89b37d 100644 --- a/libhb/ports.h +++ b/libhb/ports.h @@ -88,6 +88,7 @@ char * hb_strr_dir_sep(const char *path); ***********************************************************************/ char * hb_get_temporary_directory(void); char * hb_get_temporary_filename( char *fmt, ... ); +size_t hb_getline(char **lineptr, size_t *n, FILE *fp); #ifdef __LIBHB__ |