aboutsummaryrefslogtreecommitdiffstats
path: root/crypting.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2007-11-05 22:59:49 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2007-11-05 22:59:49 +0000
commit22313024f80f7325a7253c64fe49cc6458df7dd4 (patch)
treee69df7f5f460cfe0163a54543f2c96eb36b6634c /crypting.h
parent5e2615a2d8a5ae64161727f8a32f6f0949f3fee4 (diff)
parent7435ccf486eee2f60d6a8b2ab0029b8f4ce17ab7 (diff)
Merging from Jelmer.
Diffstat (limited to 'crypting.h')
-rw-r--r--crypting.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypting.h b/crypting.h
index fbaa7dcc..e13b0433 100644
--- a/crypting.h
+++ b/crypting.h
@@ -24,6 +24,6 @@
*/
int checkpass (const char *password, const char *md5sum);
-char *hashpass (const char *password);
-char *obfucrypt (char *line, const char *password);
-char *deobfucrypt (char *line, const char *password);
+G_GNUC_MALLOC char *hashpass (const char *password);
+G_GNUC_MALLOC char *obfucrypt (char *line, const char *password);
+G_GNUC_MALLOC char *deobfucrypt (char *line, const char *password);