aboutsummaryrefslogtreecommitdiff
path: root/crypt.h
blob: 6612e01b066ac6d772554b3ae0db2486d26ad6a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
#define _XOPEN_SOURCE
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h> /* strerror(3) */
#include <unistd.h> /* crypt(3) */

void usage(FILE *, int);
void error(char *);