Skip to content

Commit

Permalink
2000-05-15 Jeffrey Altman <jaltman@columbia.edu>
Browse files Browse the repository at this point in the history
        * krb5.hin -- Added new public function prototypes

               krb5_appdefault_string
               krb5_appdefault_boolean


git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12259 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
jaltman committed May 16, 2000
1 parent 5a13d87 commit b3d2f73
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/include/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2000-05-15 Jeffrey Altman <jaltman@columbia.edu>

* krb5.hin
Added prototypes for new public functions

krb5_appdefault_string
krb5_appdefault_boolean

2000-4-13 Alexandra Ellwood <lxs@mit.edu>

* krb5-int.h: Added support to store a krb5_principal in the os_context
Expand Down
18 changes: 18 additions & 0 deletions src/include/krb5.hin
Original file line number Diff line number Diff line change
Expand Up @@ -2387,6 +2387,24 @@ krb5_decode_ticket
KRB5_PROTOTYPE((const krb5_data *code,
krb5_ticket **rep));

KRB5_DLLIMP void KRB5_CALLCONV
krb5_appdefault_string
KRB5_PROTOTYPE((krb5_context context,
const char *appname,
const krb5_data *realm,
const char *option,
const char *default_value,
char ** ret_value));

KRB5_DLLIMP void KRB5_CALLCONV
krb5_appdefault_boolean
KRB5_PROTOTYPE((krb5_context context,
const char *appname,
const krb5_data *realm,
const char *option,
int default_value,
int *ret_value));

/*
* The realm iterator functions
*/
Expand Down

0 comments on commit b3d2f73

Please sign in to comment.