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/invocation.c | |
parent | fc6d9d519aef67735918bf02c0fa8c9222008f76 (diff) | |
download | e2fsprogs-1e3472c5f37ca3686dd69b079d4d02a302f5798d.tar.gz |
Many files:
Checked in e2fsprogs 1.05
Diffstat (limited to 'lib/ss/invocation.c')
-rw-r--r-- | lib/ss/invocation.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ss/invocation.c b/lib/ss/invocation.c index c4c15ca8..c4aecf10 100644 --- a/lib/ss/invocation.c +++ b/lib/ss/invocation.c @@ -13,8 +13,8 @@ int ss_create_invocation(subsystem_name, version_string, info_ptr, request_table_ptr, code_ptr) - char *subsystem_name, *version_string; - char *info_ptr; + const char *subsystem_name, *version_string; + void *info_ptr; ss_request_table *request_table_ptr; int *code_ptr; { |