mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Added MAX_KEYVALUES_LENGTH
This commit is contained in:
parent
cf7914b6f8
commit
10b954cb1a
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue