binary_message braucht 'bytes'
Anpassung an LDMud-3.6.x
Change-Id: Icf3a14902cfe63e753349d4a496edc87a9f83be0
diff --git a/secure/telnetneg.h b/secure/telnetneg.h
index 87b6723..8a84f6b 100644
--- a/secure/telnetneg.h
+++ b/secure/telnetneg.h
@@ -37,7 +37,7 @@
int initneg);
protected int do_telnet_neg(int option, int action);
protected varargs int send_telnet_neg(int *arr, int bm_flags);
-protected varargs int send_telnet_neg_str(string str, int bm_flags);
+protected varargs int send_telnet_neg_str(bytes str, int bm_flags);
#endif // _SECURE_TELNETNEG_H_PROTOS_
#endif // NEED_PROTOTYPES