diff options
Diffstat (limited to 'src/srht/client.h')
-rw-r--r-- | src/srht/client.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/srht/client.h b/src/srht/client.h new file mode 100644 index 0000000..2ab1f79 --- /dev/null +++ b/src/srht/client.h @@ -0,0 +1,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 |