summaryrefslogtreecommitdiff
path: root/src/user/highway/cmds.h
blob: c404d40c1f175d5f40454e0e90fa30de634ebb18 (plain) (blame)
1
2
3
4
5
6
7
#ifndef CMDS_H
#define CMDS_H

void source(const char *path);
void set(const char *arg);

#endif