summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/ChangeLog4
-rw-r--r--src/include/k5-int.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index f335d6404..05186cb75 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,7 @@
+
+Thu Jun 22 11:51:10 EDT 1995 Paul Park (pjpark@mit.edu)
+ * k5-int.h - Add pointer in krb5_context for database context.
+
Wed Jun 21 10:54:58 1995 <tytso@rsx-11.mit.edu>
* Makefile.in, krb5.hin: Don't include autoconf.h anymore; have
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index be51091bc..5cab74c82 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -46,5 +46,6 @@ struct _krb5_context {
void FAR *os_context;
char FAR *default_realm;
profile_t profile;
+ void FAR *db_context;
};
#endif /* _KRB5_INT_H */