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/common.h | |
parent | b5bc28290b4c33a5cafb1d55abb1dc0f688a9d53 (diff) |
ports: move hb_getline to ports.c where it belongs
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libhb/common.h b/libhb/common.h index 076ecf3db..1cdee684e 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -1387,8 +1387,6 @@ const char * hb_x264_encopt_name( const char * name ); const char * hb_x265_encopt_name( const char * name ); #endif -size_t hb_getline(char **lineptr, size_t *n, FILE *fp); - #define HB_NEG_FLOAT_REG "(([-])?(([0-9]+([.,][0-9]+)?)|([.,][0-9]+))" #define HB_FLOAT_REG "(([0-9]+([.,][0-9]+)?)|([.,][0-9]+))" #define HB_NEG_INT_REG "(([-]?[0-9]+)" |