mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-22 16:16:39 +00:00
Fix connection problems in libgamestream
This commit is contained in:
@@ -27,4 +27,4 @@ typedef struct _APP_LIST {
|
||||
} APP_LIST, *PAPP_LIST;
|
||||
|
||||
int xml_search(char* data, size_t len, char* node, char** result);
|
||||
int xml_applist(char* data, size_t len, PAPP_LIST app_list);
|
||||
int xml_applist(char* data, size_t len, PAPP_LIST *app_list);
|
||||
|
||||
Reference in New Issue
Block a user