mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 17:07:39 +08:00
updated uploadPost prototype
This commit is contained in:
@@ -26,7 +26,7 @@ using namespace alpr;
|
|||||||
// prototypes
|
// prototypes
|
||||||
void streamRecognitionThread(void* arg);
|
void streamRecognitionThread(void* arg);
|
||||||
bool writeToQueue(std::string jsonResult);
|
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);
|
void dataUploadThread(void* arg);
|
||||||
|
|
||||||
// Constants
|
// Constants
|
||||||
|
Reference in New Issue
Block a user