summaryrefslogtreecommitdiffstats
path: root/ax25/access.h
diff options
context:
space:
mode:
Diffstat (limited to 'ax25/access.h')
-rw-r--r--ax25/access.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/ax25/access.h b/ax25/access.h
index 4901418..8859262 100644
--- a/ax25/access.h
+++ b/ax25/access.h
@@ -8,13 +8,12 @@
#define PWFILE "bcpasswd"
/* PWxxx: set bits */
-#define PW_CLEARTEXT 1
-#define PW_SYS 2
-#define PW_MD5 4
-#define PW_UNIX 8
+#define PW_CLEARTEXT 1
+#define PW_SYS 2
+#define PW_MD5 4
+#define PW_UNIX 8
void ask_pw_sys(char *prompt, char *pass_want, char *pw);
void ask_pw_md5(char *prompt, char *pass_want, char *pw);
char *read_pwd (struct passwd *pw, int *pwtype);
#endif
-