C++ -> C
This commit is contained in:
16
asana/fetch.h
Normal file
16
asana/fetch.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef ASANA_FETCH_H_
|
||||
#define ASANA_FETCH_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
/**
|
||||
* initialize libcurl
|
||||
*/
|
||||
bool asana_init();
|
||||
|
||||
/**
|
||||
* cleanup libcurl before program end
|
||||
*/
|
||||
void asana_cleanup();
|
||||
|
||||
#endif // ASANA_FETCH_H_
|
||||
Reference in New Issue
Block a user