diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index b560cc2eb..df3c2d3c9 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1386,7 +1386,7 @@ struct number_state { | |||
1386 | const char *empty_str; | 1386 | const char *empty_str; |
1387 | smallint all, nonempty; | 1387 | smallint all, nonempty; |
1388 | }; | 1388 | }; |
1389 | void print_numbered_lines(struct number_state *ns, const char *filename) FAST_FUNC; | 1389 | int print_numbered_lines(struct number_state *ns, const char *filename) FAST_FUNC; |
1390 | 1390 | ||
1391 | 1391 | ||
1392 | /* Networking */ | 1392 | /* Networking */ |