aboutsummaryrefslogtreecommitdiff
path: root/crypt.h
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-01-16 19:01:00 +1300
committerTom Ryder <tom@sanctum.geek.nz>2020-01-16 19:01:00 +1300
commit2722474ec2b7653afe8b45e91cb4795ffac7e9c9 (patch)
tree0f369f248b52a8cbe7d1d49e6ab7383047bbc665 /crypt.h
parentMerge branch 'release/v1.1.0' (diff)
parentBump VERSION (diff)
downloadcrypt-1.2.0.tar.gz (sig)
crypt-1.2.0.zip
Merge branch 'release/v1.2.0'v1.2.0
* release/v1.2.0: Reorder functions Fix and extend GCC options Add braces around single-statement if blocks Adjust indentation of switch block Use consistent layout for function braces
Diffstat (limited to 'crypt.h')
-rw-r--r--crypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypt.h b/crypt.h
index 6612e01..0a25c0d 100644
--- a/crypt.h
+++ b/crypt.h
@@ -5,5 +5,5 @@
#include <string.h> /* strerror(3) */
#include <unistd.h> /* crypt(3) */
-void usage(FILE *, int);
void error(char *);
+void usage(FILE *, int);