summaryrefslogtreecommitdiffstats
path: root/src/include/krb5/kdb_dbm.h
diff options
context:
space:
mode:
authorChris Provenzano <proven@mit.edu>1995-01-27 01:27:01 +0000
committerChris Provenzano <proven@mit.edu>1995-01-27 01:27:01 +0000
commit88ce1ec5e3cd9f689f18894f1481b860c40f4c81 (patch)
tree246ef862cc0fa545a7f813168bdf98e7f5cd62f7 /src/include/krb5/kdb_dbm.h
parent990aaa1bde74bcf2c6f1a56eb39f7173f8b6cfb2 (diff)
downloadkrb5-88ce1ec5e3cd9f689f18894f1481b860c40f4c81.tar.gz
krb5-88ce1ec5e3cd9f689f18894f1481b860c40f4c81.tar.xz
krb5-88ce1ec5e3cd9f689f18894f1481b860c40f4c81.zip
* base-defs.h Typedef krb5_boolean, krb5_msgtype, krb5_kvno,
krb5_addrtype, krb5_keytyp, krb5_enctype, krb5_cksumtype, and krb5_authdatatype as unsigned int. * kdb_dbm.h krb5_dbm_db_set_lockmode(), krb5_dbm_db_set_nonblocking() Fix prototypes to use krb5_boolean and not int. * kdb.h krb5_db_set_lockmode(), krb5_db_set_nonblocking() Fix prototypes to use krb5_boolean and not int. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4856 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5/kdb_dbm.h')
-rw-r--r--src/include/krb5/kdb_dbm.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/include/krb5/kdb_dbm.h b/src/include/krb5/kdb_dbm.h
index 2e516d50a..628ca7391 100644
--- a/src/include/krb5/kdb_dbm.h
+++ b/src/include/krb5/kdb_dbm.h
@@ -97,10 +97,6 @@ krb5_error_code krb5_dbm_db_iterate
krb5_error_code (*) PROTOTYPE((krb5_pointer,
krb5_db_entry *)),
krb5_pointer ));
-
-/* need to play games here, since we take a pointer and the real thing,
- and it might be narrow. */
-#ifdef NARROW_PROTOTYPES
krb5_error_code krb5_dbm_db_set_nonblocking
PROTOTYPE((krb5_context,
krb5_boolean,
@@ -108,16 +104,6 @@ krb5_error_code krb5_dbm_db_set_nonblocking
krb5_boolean krb5_dbm_db_set_lockmode
PROTOTYPE((krb5_context,
krb5_boolean ));
-#else
-krb5_error_code krb5_dbm_db_set_nonblocking
- PROTOTYPE((krb5_context,
- int, /* krb5_boolean */
- krb5_boolean * ));
-krb5_boolean krb5_dbm_db_set_lockmode
- PROTOTYPE((krb5_context,
- int /* krb5_boolean */ ));
-#endif /* NARROW_PROTOTYPES */
-
krb5_error_code krb5_dbm_db_open_database
PROTOTYPE((krb5_context));
krb5_error_code krb5_dbm_db_close_database