summaryrefslogtreecommitdiff
path: root/src/srht/client.h
blob: 2ab1f791d18c2ee4716ef88e61ec832aa95d63dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// Created by Anshul Gupta on 6/10/25.
//

#ifndef SRHT_CLIENT_H
#define SRHT_CLIENT_H

#include "../client.h"

#include "types.h"

int srht_list_user_repos(const gql_client *client, const char *username,
			 const char *cursor, struct srht_list_repos_res *res);

#endif // SRHT_CLIENT_H