]> jfr.im git - solanum.git/blobdiff - authd/authd.h
Use rb_dlink_list_length... == 0, not !rb_dlink_list_length
[solanum.git] / authd / authd.h
index 43901dc0f2b5f5380e9cb3c37d4f2d2fe754d1be..f9e7e2f28e7064261c2143814efc2744fd274929 100644 (file)
 #include "setup.h"
 #include "ircd_defs.h"
 
+typedef enum exit_reasons
+{
+       EX_ERROR = 1,
+       EX_DNS_ERROR = 2,
+       EX_PROVIDER_ERROR = 3,
+} exit_reasons;
+
 typedef void (*provider_opts_handler_t)(const char *, int, const char **);
 
 struct auth_opts_handler