From 1e3472c5f37ca3686dd69b079d4d02a302f5798d Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 29 Apr 1997 14:53:37 +0000 Subject: Many files: Checked in e2fsprogs 1.05 --- lib/ss/invocation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/ss/invocation.c') 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; { -- cgit v1.2.3