aboutsummaryrefslogtreecommitdiffstats
path: root/crypting.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypting.h')
-rw-r--r--crypting.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypting.h b/crypting.h
index 0f026fc0..58534c07 100644
--- a/crypting.h
+++ b/crypting.h
@@ -24,8 +24,7 @@
*/
void setpassnc (irc_t *irc, const char *pass); /* USE WITH CAUTION! */
-char *passchange (irc_t *irc, void *set, char *value);
-int setpass (irc_t *irc, const char *pass, char* md5sum);
+int setpass (irc_t *irc, const char *pass, const char* md5sum);
char *hashpass (irc_t *irc);
char *obfucrypt (irc_t *irc, char *line);
char *deobfucrypt (irc_t *irc, char *line);