aboutsummaryrefslogtreecommitdiff
path: root/include/process.h
blob: 29e066f3cdea916dc3fee40dfd0b11d4acb656b5 (plain)
1
2
3
4
5
6
7
8
9
#ifndef PROCESS_H
#define PROCESS_H
#include "types.h"

void loadlines(struct filedata *f);

char *linepad(int lc, int total);

#endif