-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testRecord fully implemented, checkForUpdates needs to be tested
- Loading branch information
Showing
5 changed files
with
3,506 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
enum request { | ||
GET, | ||
POST | ||
}; | ||
|
||
static size_t write_data(char *contents, size_t size, size_t nmemb, void *userdata); | ||
char *handle_url(char* url); | ||
char *handle_get(char* url); | ||
int handle_post(char* url, FILE *fp, int localRecord, char *nickname); | ||
int getFastestRecordOnBlob(); | ||
int testRecord(int localRecord); | ||
int checkForUpdates(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.