hexagram/bin/replay.h
2019-05-07 20:39:55 -05:00

8 lines
148 B
C

#ifndef _REPLAY_H
#define _REPLAY_H
char *hexagram_arglist_replay(void);
int hexagram_main_replay(int argc, char **argv);
#endif /* _REPLAY_H */