Added MAX_KEYVALUES_LENGTH

This commit is contained in:
smallmodel 2023-08-26 21:12:32 +02:00
parent cf7914b6f8
commit 10b954cb1a
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -24,6 +24,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "common/gsPlatformSocket.h"
#define MAX_KEYVALUES_LENGTH 1400
typedef void (*qr_querycallback_t)(char *outbuf, int maxlen, void *userdata);
typedef void (*qr_custom_handler_t)(const char *query, struct sockaddr *sender);