updated uploadPost prototype

This commit is contained in:
Matt Hill
2015-02-19 17:15:17 -05:00
parent 8f67fa80e3
commit e6a06457b9

View File

@@ -26,7 +26,7 @@ using namespace alpr;
// prototypes
void streamRecognitionThread(void* arg);
bool writeToQueue(std::string jsonResult);
bool uploadPost(std::string url, std::string data);
bool uploadPost(CURL* curl, std::string url, std::string data);
void dataUploadThread(void* arg);
// Constants