diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2007-11-14 23:42:07 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2007-11-14 23:42:07 +0000 |
commit | ebb95b68792dde490a1ea1042209525f176af58d (patch) | |
tree | 2a980be2b7bea3db77dec209e6ca5f591165885b /crypting.h | |
parent | a6df0b5d21370549328c7929a008abb68f2ed4db (diff) | |
parent | 1bf1ae6f25ff56894d67999791802aa864eaa02b (diff) |
Merging from devel/Jelmer.
Diffstat (limited to 'crypting.h')
-rw-r--r-- | crypting.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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); |