10 lines
177 B
C
10 lines
177 B
C
|
#ifndef WIKIBOT_LICHESS_H
|
||
|
#define WIKIBOT_LICHESS_H
|
||
|
|
||
|
#include "http.h"
|
||
|
#include <json-c/json_object.h>
|
||
|
|
||
|
json_object* query_lichess(char* username);
|
||
|
|
||
|
#endif // WIKIBOT_LICHESS_H
|