summaryrefslogtreecommitdiff
path: root/src/user/highway/line.h
blob: 478503413625a57ca48421666e6fbae42d22d382 (plain) (blame)
1
2
3
4
5
6
#ifndef LINE_H
#define LINE_H

void run_line(const char *line);

#endif