File: unixcrypt3.h

package info (click to toggle)
ccrypt 1.9-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,336 kB
  • sloc: ansic: 12,912; sh: 9,735; lisp: 634; makefile: 567; yacc: 288; sed: 35
file content (12 lines) | stat: -rw-r--r-- 387 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright (C) 2000-2009 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 258 2009-08-26 17:46:10Z selinger $ */

#ifndef __UNIXCRYPT3_H
#define __UNIXCRYPT3_H

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

#endif /* __UNIXCRYPT3_H */