diff options
| author | Ezra Peisach <epeisach@mit.edu> | 2000-09-26 17:16:39 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 2000-09-26 17:16:39 +0000 |
| commit | 3723343ca5d20fc871dde96ba0a6c046712a0ac0 (patch) | |
| tree | 45c82265650b8bccb77130161f8b7e8dd573ce58 /src/include/k5-util.h | |
| parent | d1810074391d0e3dfae9df15e715c25425e606cd (diff) | |
| download | krb5-3723343ca5d20fc871dde96ba0a6c046712a0ac0.tar.gz krb5-3723343ca5d20fc871dde96ba0a6c046712a0ac0.tar.xz krb5-3723343ca5d20fc871dde96ba0a6c046712a0ac0.zip | |
* k5-util.h (krb5_setedid): Add prototype
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12679 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/k5-util.h')
| -rw-r--r-- | src/include/k5-util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/k5-util.h b/src/include/k5-util.h index f245dcb6e..af0f167e3 100644 --- a/src/include/k5-util.h +++ b/src/include/k5-util.h @@ -46,3 +46,4 @@ int krb5_seteuid(int); int krb5_setedid(int); +int krb5_setegid(int); |
