File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
20
20
typedef const char * (* nth_line_fn_t )(void * data , long lno );
21
21
22
- extern int parse_range_arg (const char * arg ,
23
- nth_line_fn_t nth_line_cb ,
24
- void * cb_data , long lines , long anchor ,
25
- long * begin , long * end ,
26
- const char * path );
22
+ int parse_range_arg (const char * arg ,
23
+ nth_line_fn_t nth_line_cb ,
24
+ void * cb_data , long lines , long anchor ,
25
+ long * begin , long * end ,
26
+ const char * path );
27
27
28
28
/*
29
29
* Scan past a range argument that could be parsed by
@@ -34,6 +34,6 @@ extern int parse_range_arg(const char *arg,
34
34
* NULL in case the argument is obviously malformed.
35
35
*/
36
36
37
- extern const char * skip_range_arg (const char * arg );
37
+ const char * skip_range_arg (const char * arg );
38
38
39
39
#endif /* LINE_RANGE_H */
You can’t perform that action at this time.
0 commit comments