refactor: move common to internal and update public api

This commit is contained in:
2026-03-17 00:30:38 +01:00
parent 6ca04a9392
commit bb31304614
17 changed files with 284 additions and 272 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
#include <stdio.h>
#include <string.h>
#include "json.h"
#include "internal/common.h"
#include "internal/json.h"
#include "tg_types.h"
json_object *json_builder(tgbot_option_s *options, size_t optionslen) {
json_object *rjson = json_object_new_object();