Skip to content

Commit

Permalink
* krb_db.h: ifdef out the declarations for kerb_get_* and
Browse files Browse the repository at this point in the history
	kerb_db_* to avoid problems with krb4 compat code in the kdc,
	which declares some of these static.


git-svn-id: svn://anonsvn.mit.edu/krb5/branches/tlyu-3des-k4@10921 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
tlyu committed Sep 17, 1998
1 parent cc93561 commit 7db0f27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/include/kerberosIV/ChangeLog
@@ -1,3 +1,9 @@
Thu Sep 17 18:23:26 1998 Tom Yu <tlyu@mit.edu>

* krb_db.h: ifdef out the declarations for kerb_get_* and
kerb_db_* to avoid problems with krb4 compat code in the kdc,
which declares some of these static.

Wed Feb 18 15:51:41 1998 Tom Yu <tlyu@mit.edu>

* Makefile.in: Remove trailing slash from thisconfigdir. Fix up
Expand Down
2 changes: 2 additions & 0 deletions src/include/kerberosIV/krb_db.h
Expand Up @@ -104,11 +104,13 @@ typedef struct {
}
Dba;

#if 0
extern int kerb_get_principal();
extern int kerb_put_principal();
extern int kerb_db_get_stat();
extern int kerb_db_put_stat();
extern int kerb_get_dba();
extern int kerb_db_get_dba();
#endif

#endif /* KRB_DB_DEFS */

0 comments on commit 7db0f27

Please sign in to comment.