diff options
Diffstat (limited to 'contrib/chkpass/chkpass.c')
-rw-r--r-- | contrib/chkpass/chkpass.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/chkpass/chkpass.c b/contrib/chkpass/chkpass.c index e20164eed2b..04591bd154d 100644 --- a/contrib/chkpass/chkpass.c +++ b/contrib/chkpass/chkpass.c @@ -4,7 +4,7 @@ * darcy@druid.net * http://www.druid.net/darcy/ * - * $PostgreSQL: pgsql/contrib/chkpass/chkpass.c,v 1.15 2006/03/19 22:22:55 neilc Exp $ + * $PostgreSQL: pgsql/contrib/chkpass/chkpass.c,v 1.16 2006/05/30 22:12:12 tgl Exp $ * best viewed with tabs set to 4 */ @@ -20,6 +20,8 @@ #include "fmgr.h" +PG_MODULE_MAGIC; + /* * This type encrypts it's input unless the first character is a colon. * The output is the encrypted form with a leading colon. The output |