/* Copyright (C) 2000-2012 Peter Selinger.
   This file is part of ccrypt. It is free software and it is covered
   by the GNU general public license. See the file COPYING for details. */

/* $Id: unixcrypt3.h 305 2012-10-11 12:41:22Z selinger $ */

#ifndef __UNIXCRYPT3_H
#define __UNIXCRYPT3_H

char *crypt_replacement (const char *key, const char *salt);

#endif /* __UNIXCRYPT3_H */
