Fix connection problems in libgamestream

This commit is contained in:
Iwan Timmer
2015-08-09 21:33:33 +02:00
parent dc83e8c9a1
commit 503a8982d8
8 changed files with 37 additions and 29 deletions

View File

@@ -45,5 +45,5 @@ typedef struct _CONFIGURATION {
bool inputAdded;
void config_file_parse(char* filename, PCONFIGURATION config);
bool config_file_parse(char* filename, PCONFIGURATION config);
void config_parse(int argc, char* argv[], PCONFIGURATION config);