summaryrefslogtreecommitdiff
path: root/include/encrypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/encrypt.h')
-rw-r--r--include/encrypt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/encrypt.h b/include/encrypt.h
index e786fd1de..462e1b373 100644
--- a/include/encrypt.h
+++ b/include/encrypt.h
@@ -12,5 +12,5 @@
*
*/
-extern int encrypt(const char *src, int len, char *dest, int size);
-extern int check_password(const char *plaintext, const char *password);
+E int encrypt(const char *src, int len, char *dest, int size);
+E int check_password(const char *plaintext, const char *password);