9 lines
148 B
C
9 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 */
|