diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2020-01-20 23:48:14 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2020-01-20 23:48:14 +1300 |
commit | 8b570274d4cec0984801a12b8c8eb9b19644fbd8 (patch) | |
tree | 7e0bd2ebdbd96c67e8538976d36da711a27c36ab /crypt.h | |
parent | Merge branch 'release/v1.2.0' (diff) | |
parent | Bump VERSION (diff) | |
download | crypt-2.0.0.tar.gz (sig) crypt-2.0.0.zip |
Merge branch 'release/v2.0.0'v2.0.0
* release/v2.0.0:
Realised there was no need for a separate header
Diffstat (limited to 'crypt.h')
-rw-r--r-- | crypt.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/crypt.h b/crypt.h deleted file mode 100644 index 0a25c0d..0000000 --- a/crypt.h +++ /dev/null @@ -1,9 +0,0 @@ -#define _XOPEN_SOURCE -#include <errno.h> -#include <stdio.h> -#include <stdlib.h> -#include <string.h> /* strerror(3) */ -#include <unistd.h> /* crypt(3) */ - -void error(char *); -void usage(FILE *, int); |