aboutsummaryrefslogtreecommitdiff
path: root/crypt.h
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-01-16 18:58:04 +1300
committerTom Ryder <tom@sanctum.geek.nz>2020-01-16 18:58:04 +1300
commit5a1102ccceac1346500afd740296b2d6f95f0f97 (patch)
tree1383d62281c93e859d64123ad214ee3484e503b6 /crypt.h
parentFix and extend GCC options (diff)
downloadcrypt-5a1102ccceac1346500afd740296b2d6f95f0f97.tar.gz
crypt-5a1102ccceac1346500afd740296b2d6f95f0f97.zip
Reorder functions
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);