summaryrefslogtreecommitdiffhomepage
path: root/dbutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbutil.h')
-rw-r--r--dbutil.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbutil.h b/dbutil.h
index 8110ffc..4dd05b5 100644
--- a/dbutil.h
+++ b/dbutil.h
@@ -62,9 +62,9 @@ extern int debug_trace;
#endif
enum dropbear_prio {
- DROPBEAR_PRIO_DEFAULT = 'dffd',
- DROPBEAR_PRIO_LOWDELAY = 'lddl',
- DROPBEAR_PRIO_BULK = 'bllb',
+ DROPBEAR_PRIO_DEFAULT = 10,
+ DROPBEAR_PRIO_LOWDELAY = 11,
+ DROPBEAR_PRIO_BULK = 12,
};
char * stripcontrol(const char * text);