(auth_encrypt_init, auth_encrypt_user): const-ify
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7808 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -58,8 +58,8 @@
|
||||
#ifndef __MISC_PROTO__
|
||||
#define __MISC_PROTO__
|
||||
|
||||
void auth_encrypt_init (char *, char *, char *, int);
|
||||
void auth_encrypt_user(char *name);
|
||||
void auth_encrypt_init (const char *, const char *, const char *, int);
|
||||
void auth_encrypt_user(const char *name);
|
||||
void auth_encrypt_connect (int);
|
||||
void printd (const unsigned char *, int);
|
||||
|
||||
|
Reference in New Issue
Block a user