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

8 lines
168 B
C

#ifndef _REPLAYPCAP_H
#define _REPLAYPCAP_H
char *hexagram_arglist_replaypcap(void);
int hexagram_main_replaypcap(int argc, char **argv);
#endif /* _REPLAYPCAP_H */