give the possibility to pass an error message to the user
[iauth.git] / iauth.h
diff --git a/iauth.h b/iauth.h
index 2e0abf65a138eeb8a218a3a9730d0b70cb944bef..05d43edbd47a84b6721e1578f093ee7b140059ea 100644 (file)
--- a/iauth.h
+++ b/iauth.h
@@ -108,6 +108,7 @@ struct iauth_result {
     char host[IAUTH_DATALEN + 1];
     char ip[IAUTH_DATALEN + 1];
     char modes[IAUTH_DATALEN + 1];
+    char str[600];
 };
 extern const struct iauth_result *iauth_query(struct iauth_client *cli);
 extern char iauth_servname[IAUTH_DATALEN + 1];