Added defins for krb5_create_secure_file() and krb5_sync_disk_file()
authorTheodore Tso <tytso@mit.edu>
Thu, 13 Aug 1992 13:39:51 +0000 (13:39 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 13 Aug 1992 13:39:51 +0000 (13:39 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2318 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/los-proto.h

index d55813fa06550782bed2bec07cffffa86f007c6c..e05994b8727f64719fdaf59f62503b53fa6be6a3 100644 (file)
@@ -93,6 +93,11 @@ krb5_error_code krb5_gen_portaddr
     PROTOTYPE((const krb5_address *,
               krb5_const_pointer,
               krb5_address **));
+krb5_error_code krb5_create_secure_file
+       PROTOTYPE((const char const * pathname));
+krb5_error_code krb5_sync_disk_file
+       PROTOTYPE((FILE *fp));
+
 
 krb5_error_code krb5_read_message PROTOTYPE((krb5_pointer, krb5_data *));
 krb5_error_code krb5_write_message PROTOTYPE((krb5_pointer, krb5_data *));