Add some const.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1714 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -82,8 +82,8 @@ struct ClearToken {
|
||||
|
||||
int k_hasafs __P((void));
|
||||
|
||||
int k_afsklog __P((char *cell, char *realm));
|
||||
int k_afsklog_uid __P((char *cell, char *realm, uid_t uid));
|
||||
int k_afsklog __P((const char *cell, const char *realm));
|
||||
int k_afsklog_uid __P((const char *cell, const char *realm, uid_t uid));
|
||||
int k_pioctl __P((char *a_path,
|
||||
int o_opcode,
|
||||
struct ViceIoctl *a_paramsP,
|
||||
|
Reference in New Issue
Block a user