mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 03:46:59 +08:00
updated uploadPost prototype
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user