aboutsummaryrefslogtreecommitdiffstats
path: root/crypting.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-12-08 14:41:53 +0100
committerJelmer Vernooij <jelmer@samba.org>2005-12-08 14:41:53 +0100
commit1ee6c18cfb5eb03f33a5938b37e357dd3fd2c164 (patch)
tree6b6806ac2c13634c7a7c5419e95a0c8bd1fe6884 /crypting.h
parentd636233a518fbe46264230866d4b8ea463f1474e (diff)
Add abstraction layer for storage
Diffstat (limited to 'crypting.h')
-rw-r--r--crypting.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypting.h b/crypting.h
index 0d4f0873..0f026fc0 100644
--- a/crypting.h
+++ b/crypting.h
@@ -23,9 +23,9 @@
Suite 330, Boston, MA 02111-1307 USA
*/
-void setpassnc (irc_t *irc, char *pass); /* USE WITH CAUTION! */
+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, char *pass, char* md5sum);
+int setpass (irc_t *irc, const char *pass, char* md5sum);
char *hashpass (irc_t *irc);
char *obfucrypt (irc_t *irc, char *line);
char *deobfucrypt (irc_t *irc, char *line);