back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/columns.h
blob: b681703085649f1f710c0d62b49651c33b0fecef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef COLUMNS_H_SENTRY
#define COLUMNS_H_SENTRY

/*
 * columns.h
 *
 * Function for aligning text columns
 */

struct file_item;

void align_columns(struct file_item *list);

#endif