aboutsummaryrefslogtreecommitdiff
path: root/src/commands.h
blob: ca0987581215621556e1ffa7fd1edb1ca321c82f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef COMMANDS_H
#define COMMANDS_H

#include <time.h>

#include "solve.h"
#include "steps.h"

void                    free_args(CommandArgs *args);
CommandArgs *           new_args(void);

extern Command *        commands[];

#endif

Generated with cgit - Back to sebastiano.tronto.net