summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-01-30 16:56:42 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-01-30 16:56:42 +0000
commit7345021284a9c63e775dfe949f378d0ef5695a52 (patch)
treef7bc16858fda83a6dcf58aa135ddb4b4f9044692 /src/include
parentb212ed522667827402d212b64123b870b5323ba5 (diff)
downloadkrb5-7345021284a9c63e775dfe949f378d0ef5695a52.tar.gz
krb5-7345021284a9c63e775dfe949f378d0ef5695a52.tar.xz
krb5-7345021284a9c63e775dfe949f378d0ef5695a52.zip
update lock_file, unlock_file (take char *'s now in addition to FILE *)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@205 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/los-proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/krb5/los-proto.h b/src/include/krb5/los-proto.h
index 8f738b26c..3715299b5 100644
--- a/src/include/krb5/los-proto.h
+++ b/src/include/krb5/los-proto.h
@@ -26,9 +26,11 @@ krb5_error_code krb5_read_password
int size_return ));
krb5_error_code krb5_lock_file
PROTOTYPE((FILE *filep,
+ char *,
int mode ));
krb5_error_code krb5_unlock_file
- PROTOTYPE((FILE *filep ));
+ PROTOTYPE((FILE *filep,
+ char * ));
krb5_error_code krb5_timeofday
PROTOTYPE((krb5_int32 *timeret ));
krb5_error_code krb5_ms_timeofday