Use fds instead of FILE *s and don't pass the filename.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6535
dc483132-0cff-0310-8789-
dd5450dbe970
+
+Wed Aug 16 02:45:19 1995 Chris Provenzano <proven@mit.edu>
+
+ * k5-int.h (krb5_lock_file(), krb5_unlock_file()):
+ Use fds instead of FILE *s and don't pass the filename.
+
Fri Aug 4 23:04:06 1995 Tom Yu <tlyu@dragons-lair.MIT.EDU>
* k5-int.h: Add prototypes for krb5_crypto_os_localaddr and
/* libos.spec */
krb5_error_code krb5_read_password
KRB5_PROTOTYPE((krb5_context,
- const char *,
- const char *,
- char *,
- int * ));
+ const char *,
+ const char *,
+ char *,
+ int * ));
krb5_error_code krb5_lock_file
KRB5_PROTOTYPE((krb5_context,
- FILE *,
- char *,
- int ));
+ int,
+ int));
krb5_error_code krb5_unlock_file
KRB5_PROTOTYPE((krb5_context,
- FILE *,
- char * ));
+ int));
int krb5_net_read
KRB5_PROTOTYPE((krb5_context,
int ,