refactoring project structure
This commit is contained in:
9
include/json.h
Normal file
9
include/json.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef TGBOT_JSON_H
|
||||
#define TGBOT_JSON_H
|
||||
|
||||
#include "types.h"
|
||||
#include <json-c/json.h>
|
||||
|
||||
json_object *tgbot_new_inlinekeyboardmarkup(tgbot_inlinekeyboardmarkup **keyboard, size_t rows, size_t columns);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user