Skip to content

Commit 94cb324

Browse files
committed
Fix alphabetization in header
1 parent 788b309 commit 94cb324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ struct console_info {
4949

5050
int append_horizontal_line(char[], unsigned int);
5151
int build_initial_search_string(char * search_path, char * search_string);
52+
char * compact_size_with_suffix(long long, char *);
5253
int create_footer(char *, int, char *, char);
5354
char * create_horizontal_line(char *, CONSOLE_SCREEN_BUFFER_INFO);
54-
char * compact_size_with_suffix(long long, char *);
5555
int display_footer();
5656
int display_header(char * search_path);
5757
int display_help();

0 commit comments

Comments
 (0)