about summary refs log blame commit diff stats
path: root/cmds.h
blob: 59511489df972aa03353f5bb6af3a1f05f93798b (plain) (tree)
1
2
3
4
5
6
7
8
9



                  
                   

                          
                          
                              

      
#ifndef CMDS_H
#define CMDS_H

#include "state.h"
#include <stdlib.h>

extern command CMD_LIST[];
void init_state(state *s);
int exec(char *buf, state *s);

#endif