Remove wrong function names krb5_init_os_context and
krb5_free_os_context.
krb5_read_password: Prompt and prompt2 are now const char * so callers
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5758
dc483132-0cff-0310-8789-
dd5450dbe970
+Mon May 8 22:13:15 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * los-proto.h: krb5_read_password - prompt strings should be const
+ char *.
+ Remove krb5_init_os_context and krb5_free_os_context. (The
+ proper prototypes are already in place i.e.
+ krb5_os_init_context).
Fri Apr 28 15:14:38 EDT 1995 Paul Park (pjpark@mit.edu)
Remove INTERFACE from prototype definitions in adm_proto.h
#include <stdio.h>
-krb5_error_code krb5_init_os_context
- PROTOTYPE((krb5_context));
-void krb5_free_os_context
- PROTOTYPE((krb5_context));
-
/* libos.spec */
krb5_error_code krb5_read_password
PROTOTYPE((krb5_context,
- char *,
- char *,
+ const char *,
+ const char *,
char *,
int * ));
krb5_error_code krb5_lock_file