diff options
author | Theodore Ts'o <tytso@mit.edu> | 1997-04-29 14:53:37 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 1997-04-29 14:53:37 +0000 |
commit | 1e3472c5f37ca3686dd69b079d4d02a302f5798d (patch) | |
tree | f8c01b8e3875f425d9de9b3ef6171f739d1273e8 /lib/ss/execute_cmd.c | |
parent | fc6d9d519aef67735918bf02c0fa8c9222008f76 (diff) | |
download | e2fsprogs-1e3472c5f37ca3686dd69b079d4d02a302f5798d.tar.gz |
Many files:
Checked in e2fsprogs 1.05
Diffstat (limited to 'lib/ss/execute_cmd.c')
-rw-r--r-- | lib/ss/execute_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ss/execute_cmd.c b/lib/ss/execute_cmd.c index be13dd83..74b59690 100644 --- a/lib/ss/execute_cmd.c +++ b/lib/ss/execute_cmd.c @@ -151,7 +151,7 @@ static int really_execute_command (sci_idx, argc, argv) * Notes: */ -ss_execute_command(sci_idx, argv) +int ss_execute_command(sci_idx, argv) int sci_idx; register char *argv[]; { |