summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1992-08-18 23:16:15 +0000
committerTheodore Tso <tytso@mit.edu>1992-08-18 23:16:15 +0000
commit96ba0e578537639fe1d3cc97aef440b792cd272b (patch)
tree4adcd0d71af14e6040b259115f1b426cbcbf8988 /src/include
parent52f29c28dbaefd53a58865b17084e80f95b19d87 (diff)
downloadkrb5-96ba0e578537639fe1d3cc97aef440b792cd272b.tar.gz
krb5-96ba0e578537639fe1d3cc97aef440b792cd272b.tar.xz
krb5-96ba0e578537639fe1d3cc97aef440b792cd272b.zip
Fixed delcaration bug for krb5_create_secure_file
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2326 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/los-proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5/los-proto.h b/src/include/krb5/los-proto.h
index e05994b87..a07b2da90 100644
--- a/src/include/krb5/los-proto.h
+++ b/src/include/krb5/los-proto.h
@@ -94,7 +94,7 @@ krb5_error_code krb5_gen_portaddr
krb5_const_pointer,
krb5_address **));
krb5_error_code krb5_create_secure_file
- PROTOTYPE((const char const * pathname));
+ PROTOTYPE((const char * pathname));
krb5_error_code krb5_sync_disk_file
PROTOTYPE((FILE *fp));