summaryrefslogtreecommitdiff
path: root/utils.h
blob: 3a853f6d6f545ff0ad4383c0e7551f138bf8eed2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Created by yuuta on 3/19/23.
 */

#ifndef KSYXBOT_UTILS_H
#define KSYXBOT_UTILS_H

#include <stdint.h>

uint32_t tg_url_get_index(const char *url);

#endif /* KSYXBOT_UTILS_H */