diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-17 22:12:36 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-17 22:12:36 +0800 |
| commit | 4aef78b56e9ee5f51ce80171288242c8881842f0 (patch) | |
| tree | 9ab4c915bc5bdadd05adfe6693f497bf23c7b299 /main.c | |
| parent | 71e1c7fc557e68743c4a8028b2d6675639be16cc (diff) | |
Rename fetch to response
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,9 +25,9 @@ static void print_catalog(struct icclient_catalog *catalog) icclient_free_catalog(catalog); } -static void print(icclient_fetch_t *fetch) +static void print(icclient_response *response) { - printf("%s\n", fetch->data); + printf("%s\n", response->data); } int main(int argc, char *argv[]) |