aboutsummaryrefslogtreecommitdiffstats
path: root/crypting.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-10-12 14:11:32 +0200
committerJelmer Vernooij <jelmer@samba.org>2007-10-12 14:11:32 +0200
commitc78c03298b5fd99999dcafeb1e1c377a62d03019 (patch)
treedb57e1562513006c17a3d03a7cdf8ffd71fbb611 /crypting.h
parentd444c09e6c7ac6fc3c1686af0e63c09805d8cd00 (diff)
Add GCC attributes.
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);