engine: various const qualifier fixes

This commit is contained in:
Alibek Omarov
2022-05-29 04:22:43 +03:00
parent 5fb4edeb36
commit 6f36edfd16
5 changed files with 16 additions and 16 deletions

View File

@@ -145,7 +145,7 @@ typedef struct dll_info_s
void *link; // hinstance of loading library
} dll_info_t;
typedef void (*setpair_t)( const char *key, const void *value, void *buffer, void *numpairs );
typedef void (*setpair_t)( const char *key, const void *value, const void *buffer, void *numpairs );
// config strings are a general means of communication from
// the server to all connected clients.