5 char* config_file_string
;
8 int iprop_dump(struct dump_options
*, int, char **);
9 struct truncate_options
{
10 char* config_file_string
;
13 int iprop_truncate(struct truncate_options
*, int, char **);
14 struct replay_options
{
15 int start_version_integer
;
16 int end_version_integer
;
17 char* config_file_string
;
20 int iprop_replay(struct replay_options
*, int, char **);
21 struct last_version_options
{
22 char* config_file_string
;
25 int last_version(struct last_version_options
*, int, char **);
26 int help(void*, int, char **);
27 extern SL_cmd commands
[];