about summary refs log tree commit diff stats
path: root/cmds.h
blob: ba54faca0d3bd1ccdc2c4c167e16ca0c452c3919 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef CMDS_H
#define CMDS_H

#include "state.h"

extern command CMD_LIST[];

#endif