hexagram/bin/replay.h

9 lines
148 B
C
Raw Permalink Normal View History

2019-05-07 20:39:39 -05:00
#ifndef _REPLAY_H
#define _REPLAY_H
char *hexagram_arglist_replay(void);
int hexagram_main_replay(int argc, char **argv);
#endif /* _REPLAY_H */